How do I make a timer that deactivates 2 barriers when it ends?

I want to make a Hide And Seek Map That releases the seeker when a 25-second timer finishes. I also want everyone to be able to see the timer until it finishes.

Not sure how to make the timer show, but you could send a notification when the seeker is released. For the barrier deactivating, use a trigger with a 25 second delay and make the trigger send a message that deactivates the barrier.

hope this helps :slight_smile:

2 Likes

You can make it so the counter has a target value, then when it reaches the target value it releases the seeker. Make sure the counter also deactivates the overlay.

1 Like