Player "jumping" from walls endlessly

What is the expected result

Just a common player, with no wall-jump. Pretty simple, right?

What is the actual result

However, for some reason, whenever my vertical speed is positive and I am holding the jump button, the player just “climbs” the wall endlessly!

Related material

Here are my events:

And if you want to try it out for yourself, here’s the game:

I tried a lot of stuff, but I just can’t think of anymore solutions
Any help is appreciated!

This is likely because of forces. From the platformer point of view, the character is teleported inside a platform so it gets back the jump.

Platformer characters and forces must not be used on the same object. You can use “simulate key”, max speed and speed actions to achieve what you want.

1 Like