I need a way to detect if jump was pressed just before hitting the ground, and if so I want the player to jump again after hitting the ground. I basically want to give the player some wiggle room to perform perfect consecutive jumps instead of having to detect themselves the exact moment they are able to jump again.
You can use Event Tick instead of the Timer; and if you remove Set Is Jump Pressed after input Key Released, you won’t have to hold the jump key, just press it once in mid-air.
Hmm I didn’t have a lot of time to test it, got your answer just before I had to go into work. It seemed to work just fine but thank you again! I’ll take another look when I get home.