Player bounce back too fast when hitting the ceiling

How do I make the player not bounce back too fast when hitting ceiling while still using the platformer behavior?

Hi, you can change the falling speed of your character. For checking if your player hit the ceiling with the head, you could add a point above the head and use the “Point inside object”-condition to change the falling speed.

1 Like