is there a way for platforms to move up and down whil mario is standing/not standing on it
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:
the collision isnt working, but the platform is moving!
Make sure it’s set to “is solid” and “not movable”