so i am making a emergency meeting (for among us map) and need the meeting to be 45 sec so i need a counter that every sec add 1 i know where it reaches 45 teleport all players out i just need to know how where every sec adds 1 on the counter
Okay… i know what your talking abt, but that sentence confused me
But use a trigger loop that has a delay of 1 second
Which to do that
Meeting called → trigger the trigger
Trigger is triggered → trigger the trigger
Trigger is triggered → add one to counter
1 Like
Set a trigger for every 1 second, then connect it to the counter using a wire:
When triggered → Increment counter
Also, you could use a lifecycle to start the timer…
lan_is_a_yay beat me to it…
1 Like
thanks this really helped
2 Likes
so i have a normal button for the meeting button so wire the button to trigger the trigger
Use wire or chanles
Both can work if used
But yes, make sure the button can trigger the trigger
1 Like
I’m pretty sure wire repeaters can be up to 60 minutes long