how to improve the double jump, the character when falling still jumps twice in the air. I want him to jump once.

But, Thanks for the help I managed to solve, I made a Boolean variable to solve with true or false, so when it is in the air, set the variable to true and on the floor to false.

2 Likes