I’m trying to make a simple seesaw with a HingeConstraint, and would like it to keep moving no matter what while the player is on it. I’m using a LocalScript in the StarterPlayerScripts to clone the entire seesaw so they have full control over the physics.
When the seesaw comes to a stop (as shown in the video), the seesaw will never move again no matter where the player is, unless they jump on/off the hinged part.
Demonstration: https://i.imgur.com/aSo7Yvs.mp4
Game file: simple_local_seesaw.rbxl (48.4 KB)
Is there any way to fix this problem? As it’s quite problematic with what I’m trying to make