SuperJump Cooldown

I’d create a bool That when false you can do the action… When you press the button if it’s false it sets true… Does action at the end of the chain it delays… Then sets false again.

Key press e>branch>can jump>set can jump false>jump>delay>set can jump true.