Press key only once

hey guys i have an ability bar and you press the key and it does the move but i wanted to have it so i only have to press it once and i can continue to use it until i press the button again just not sure how to go about it

I see the blueprint tag, so it’s the flipflop node you want.

i would also add that the actual setup will be very dependent on the way your script is meant to function. so you may need to have a setup like input action → flipflop → off pin a → timer → ability script, off pin b → clear timer by handle. this would create a script that fires repeatedly until the button is pressed again. again though it depends on your setup

Or a flip that flops a gate to a Tick if it’s for movement.