Add a countdown timer

I’m making a tag game and I want the taggers to be released after a certain amount of time. I noticed that several other games have countdown timers but I can’t figure out how to do it. Help?

use the search bar…

uh

items:

  1. repeater (delay of 1 second, stops after 30 repitions)
  2. lifecycle (game start)
  3. counter (starting value is 30)

wire the lifecycle to the repeater so the repeater starts

wire the repeater to the counter so the counter goes down every second

@Kosm0-o you change pfps faster than usain bolt runs…

Use a relay with a lifecycle and a counter. If you want to display it, use an overlay. Make sure to always check if theres a guide that can help you, as there usually is.