Disable then re-enable on a cooldown

The easiest way is with a DoOnce and a delay.

There are lots of ways to do this and it really depends on how you want it to behave. You could base it off an animation too, with a AnimNotify that changes a boolean value at the end of the animation, or on release from the input.

But this way will work and is simple for demonstration purposes.