Infinite Jump Glitch With Wall

Video explaining the glitch: https://youtu.be/5Q7spGcug7A

You probably need to rework the way jump works in your game.

You should add an “is_on_floor” condition.
You may need place a hidden hitbox against the wall and add an condition to prevent the player from jumping when in collision with it, that’s if you’re not planning on doing a wall jump/grab.

thanks, with ur is on floor idea and a bit of extra code it worked :smiley: :smiley:

great, glad I could help.