I need help with a count down timer and a respawner

So I want it so when you finish the game you have a count down timer and once that runs out you respawn.
How do you do that?

Thanks :slight_smile:

Edit: And then is there also a way to make it with text.
Thank you for all of your help :slight_smile:

1 Like

trigger loop → decrement counter

counter hits target (0) → reset counter + respawn

Can you make that make more sense please I’m not that good at all of those things lol!!!
That’s confusing lol!

[ Trigger Settings ]
Trigger when reciving on - Channel X
Broadcast on - Channel X
Delay - 1

[ Counter Settings ]
Starting Value - 120
Target - 0
Decrement when reciving on - Channel X
When target hit, broadcast on - Channel Y
Scope - Player

[ Respawner ]
Respawn player when reciving on - Channel Y

1 Like

A simpler version could just be that it sends a broadcast message on a channel, you get a trigger, set x delay on the trigger and then wire or channel it to a respawner.
That should work as well right?

1 Like

yea, but with the counter method, you can show the timer.

1 Like

Yeah that’s true. That’s probably important if thats one of the mechanics of the game, Id say your solution is definitely better.

1 Like

How to create a timer, the Kormorantian way! for timer
for respawner create an overlay connected to a respawn device

that’s easy have it so at the end of the game there’s a counter counting down to 0 and when it reaches Zero/Target amount it triggers the respawn device