Need help with moving part

I’m working on a obby and someone suggested making moving parts here Never Ending obby game I made - #3 by sniper19p

after building the obby stage I came out with this Screen Shot 2021-04-27 at 5.35.11 PM

But the only problem is that the player does not stay on the parts when they jump on it.

How am I able to make it so that the players stay on the swinging parts and not fall.

1 Like


heres a video of what i mean

I think it has something do to with them being unanchored, because when you have an anchored part that moves through scripting, your character just stays on it.
I don’t really know of any fixes for this.

1 Like

Consider using EgoMooses wall stick thingy.

I don’t think that will work because I want it only to work for one obby

Changing the parts’ densities would probably fix that, of course, they’d also be heavier.

I’ll try that if that does not work do you have any other ideas?

When I tried that it did not work thanks for trying to help though

Try making sure those strings are like actual strings so they can move and make sure that the actual part is unanchored. If it’s anchored it won’t move.

Happy coding :slight_smile:

They are but that should not be a problem with it.

You can make a simple whitelist system using the IgnoreTag in one of the client scripts, I can make a demo when I get the chance to see the script again.