Carlos Carlsen
Carlos Carlsen

Reputation: 373

How do I make players on Roblox spawn as different objects?

For example: In my game I want player to spawn as a ball? How will I accomplish this? I can't find it anywhere on the web, though I have searched and searched. I haven't got any code because I haven't the simplest idea of how to do this. Thanks for your help!

Upvotes: 2

Views: 5668

Answers (1)

ZeroBitsRBX
ZeroBitsRBX

Reputation: 38

First things first; You'd probably have better luck over at https://scriptinghelpers.org/questions it's like Stack Overflow but for only Roblox related questions.

now, if you want the player to spawn as anything other than the default player, you have to do one of two things, prevent the character from loading, or remove it when it does, once you've accomplished that, you should bind the camera to the desired object, and bind movement to keys.

an easier, but much less elegant solution would be to find and modify a standard character morph to simply make it appear that you're a ball.

Upvotes: 1

Related Questions