I want to make a Turntable with TweenService that, when i press a button rotates a specific amount and time i set up. That works so far but when a Person stands on it i want the Person to be dragged along without the Humanoid to be locked or anything so that the Player can still walk off the Turntable when its Moving.
Is there a simple solution to this or is it a bit more Complicated?
You need to make an invisible anchored part with a HingeConstraint and attachment and add an attachment to you Turntable. Set the ActuatorType to servo and activate it on your button click.
Yes, the rotation is not the problem. AssemblyAngularVelocity with an anchored part will move everything unanchored that’s on top of it. Just set it to whatever the speed of your table is going.