Stop event tick when boolean is set to true

Hello,

If my player hits “F” if a boolean is true, I want to play a success sound or a failed sound if false. I use the event tick to check that. It works except that the sound is being played 3 or 4 times in a raw. I suppose it comes from the event tick, can I manage the event tick to play only one sound only ?

Thanks in advance.

The problem was the delay the key was pressed. I use “Was Input Key Just Released” instead of “Is Input Key Down” and it resolves my issue.