How do I make a countdown timer?

There’s multiple players and I want player 2 to push a button that opens a door which makes a timer popup on the screen which gives player 1 (10) seconds to get to the door and if they don’t the level resets

1 Like

You could use a timer to add -1 to a number block set to ten and then make it connected to the label blocks value and a filter when it gets to ten which is then connected to a level reset

2 Likes