Help with Moving Platform

Hello,
I need help in fixing my rising and falling platform. I made a platform that goes up and down, however, when my player jumps onto the platform, the platform moves everywhere. How do I get the platform to only move up and down while my player is on it, and stay moving up and down when my player gets off the platform? This issue is on Level 3 (pink background).

Thank you so much! I really appreciate the support!

1 Like

Set the object to not movable and use velocity. You’ll get a warning that its not movable, but that actually means nothing else will be able to move it.

Your basically making an unstoppable object, but that’s actually perfect for platforms/elevators.

Here’s an example:

1 Like

Thank you! I was able to fix it using your help! How do I delete this post?

2 Likes

Its better to keep the post, other users will have similar problems later on and we can use your post to help them too.

1 Like