I made a moving platform, but it wont let the player touch

I have deleted this complete image, all of them.

What are the hit boxes on the Player and the platform? I need to also see the sprites for them

The collision shape is probably incorrect

Player: Capsule
Platform: Circle

why is the platform a circle and not a square? If you don’t want clipping on the edge change it to a capsule and see if that works

If the collision shape is square it shouldn’t shake, but the corners won’t be rounded.

It’s probably because the platform needs to be set to Solid and NOT Movable. This means it can move other objects but they can’t move it (as a moving platform should).

2 Likes

are you done with this? or do you still need help…