I need a timer system

Any ideas on how to make a timer system for like 10 second cooldown I need it for my game

you could use a wire repeater loop or trigger loop attached to a counter. The counters target value is 10. When button or overlay is pressed start the loop, when the target is reached activate the button or overlay. When the button or overlay is pressed reset the counter.

Make sure that the button or overlay deactivates itself when pressed.

3 Likes

thank you very much I’m adding it in right now!

1 Like

You could use a repeater instead but it takes more memory. You should NEVER use repeaters unless the wire repeater or trigger doesn’t work out for you. :+1:

Solved; topic timer do not work.