Accidental Double Jump Bug Inside of Auto Runner

My friend is making a game, but there is an issue where you are able to double jump when you start to accelerate inside of the air. He’s wondering how to fix it, because he doesn’t want you to be able to double jump, and asked me to make a forum to ask y’all.

1 Like

I would need a link/screenshot of the game to fix it. But you can just add a switch to the jump so it only works once, then add collision with the ground that turns it back on.

1 Like

Here’s the link to his game

Add a repeat delay to the Collision behavior as well. (as long as it’s not super long).

1 Like