Making a Turntable

Im at the end of my Knowledge.

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?

Thanks =)


.

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.

You need to set AssemblyAngularVelocity to Vector3.yAxis * rotationSpeed.

1 Like

The Rotation is not the Problem, its the Player not moving with it as TweenService dosent Drag Players on Moving Objects.

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.

After some Trial and Error that Pushed me in the right direction. Thanks a lot!

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