What Makes Things Rotate?

Hello, developers. Recently I started building a ride. I want the ride to rotate in a circle, but I don’t know the method to.

Do I use bodygyro? CFrames? Etc?

Please let me know, thanks!

You can use either CFrames or BodyAngluarVelocities
https://developer.roblox.com/en-us/api-reference/class/BodyAngularVelocity
ex.

part.CFrame * CFrame.new(math.rad(0,1,0))

image

2 Likes