Help with a counter

Does anyone know how to make a counter count down from 5 to 0

1 Like

hmm let me have a look

i need this too so i can respawn props after a certian amount of time

also how would you activate this timer

i do not know :thinking: :saluting_face:
i am asking u guys

1 Like

well you kinda dont need a counter mayby a repeter

nope im stuck didnt work

Make a counter with a default of 5. Make a trigger receive and broadcast on “tick”. The trigger needs to have a 1 second delay. Make the counter decrease when receiving on “tick”. The counter’s target should be 0. When the counter reaches the target, it should broadcast on “stop”. The trigger should deactivate on “stop”. Trigger the trigger with a wire when you want to start it.

3 Likes

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.