How to make a timer using a counter that counts down

Ok so yeah i need help with making a timer that counts down using a counter, can anyone help?

Sure! I’m a bit confused though. Mind telling me what would the trigger for it be and how long the timer is for? (for the players to see in game)?

It triggers when the game starts and it is 30 seconds

1 Like

Alright! give me about <5 minutes and i’ll have a mini guide ready. :slight_smile:

Lifecycle → Trigger
Trigger triggers on x, and broadcasts on x, and has a delay of 1.
Triggered → Decrement Counter

Counter value is 60.

Optional: Have it’s target be 0 if u want something to happen when the timer ends.

Here you go!

  1. Add a counter device + lifecycle + repeater.
  2. REPEATER CONFIGURATION:
  3. COUNTER CONFIGURATION
  4. Make the lifecycle gamestart/channel gamestart.

tested: works :slight_smile:

1 Like