How do i turn the player into a ball?

Hello everyone, I would like to write a script that makes the character of a player become a rolling ball. I attempted to use linear velocity and swap out the character for a sphere, but it didn’t work out well. In my case what would be the best way to do it?

you can create a new starter character, by taking a rig, removing everything but the Humanoid, Torso/HumanoidRootPart, and the Head

Make the torso/hrp transparent, and make the head a sphere

Now place this model in StarterPlayer and name it ‘StarterCharacter’ and it should work

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.