Attack Help

My character shoots arrows but I want to know how to make it so that when he shoots an arrow you must wait a second before shooting another.

I would also like to know about this.

Screenshot 2018-12-30 at 10.29.03 AM

This is how I would do it. The top timer is how much delay you want before being able to attack again, and the bottom one is always set to 1 since it’s only there to make sure we’re not inputting and turning off the switch at the same time. the only problem with this is that whenever you trigger the attack, it resets the timer. You could potentially fix this using switches as well.

Thank you so much!

I used that for my games too.