How to smoothly rotate turntable without tween?

I’m making a turntable (making a musical) and need actors/npcs to move on it so how can I have the turntable turn smoothly without using tween?

2 Likes

Maybe…Change the CFrame and loop :?

Why don’t you want to use TweenService?
Anyways, what I’d recommend is tweening it on the client using TweenService:

Have you thought of using a HingeConstraint configured as a Motor?

1 Like