How do I make a moving platform - SOLVED

Hello!

I want to make a moving platform (x - axis), but for some reason when I stand with my player on the platform, the platform goes down.
Almost like the player is too heavy.

How can I solve this?

You can add an Always trigger connected to a Number set to the y position you would like to lock the platform at, connected to the y input of a Property block.

Also lock speed on update, or the platform gets bouncy.

Wait, isn’t collision removed when using position? What method of movement were you using?

Knipsel

Thanks a lot, this indeed did the trick!