Need help on how i could make a human marble ball

Hi, i am trying to make a ball that the player would be inside of and roll around in, similar to the game Super Blocky Ball, and i am wondering how i would go about making it, and i just need it to have simple rolling, and possibly jumping (and what it uses to be made like attachments or others) Thanks!

You could manually create the ball, put it in server storage, then when a player joins move their character about 2 studs in the air so they don’t glitch and then set the ball equal to their position and unanchor it. Make sure to leave enough room in the ball so they don’t glitch.

4 Likes

Ok thanks, i wasn’t expecting a reply so soon!

1 Like

For something like this to work smoothly, you’ll want to disable some of the default Humanoid physics either via :SetStateEnabled or by just setting PlatformStand to true. Doing that will make the character move smoothly with a ball when welded to one (provided the ball encases the entire character)

6 Likes