How do I make a bouncy movement like nextbot games?

Hello, I’m a beginner scripter and I’m trying to find how to make bouncy movement like next bots game. Is there any way??

They use a combination of BodyGyros and BodyPosition (or their new counterpart) to chase the player around. There are many tutorials on those you can check out.

https://developer.roblox.com/en-us/api-reference/class/BodyPosition
https://developer.roblox.com/en-us/api-reference/class/BodyGyro

1 Like

O yeah, so I can just make a transparent part as a camera that follow the player body

Some of them also use Humanoids and the default character but those aren’t bouncy like your suggesting:

1 Like