How to make my player in a ball

Hi everyone, I’m trying to make my player be inside (and control) a ball instead of their body, but I don’t know how to go at it… Do I need to make a ball with a script in it ? Please help !

Thanks

3 Likes

Hey,

there’s many ways you could achieve what you want :

making the ball as StarterCharacter,
welding the ball to the player and setting HipHeight etc.

Then you would probably use body constraints to make the ball rotate which would make the ball move.

These are the ways I’d do it myself.

3 Likes