Make an Overlay Timer Like Snowy Survival! Difficulty 1/10 or 🟦

I’ll teach you how to make a timer that counts down at the start of the game in this guide.

Place down a lifecycle, repeater and game overlay. The game overlay should hide when receiving “TimesUp”.

Make the repeater repeat every 1 seconds, and make it so that it stops repeating when receiving on a channel. When it repeats, it should broadcast message on channel “UpdateTimer”.

Wire the lifecycle to the repeater.

Create this block:
image

That’s all!

2 Likes

Can’t you just use the timer in the settings?

What timer?

My stats teacher has like an entire line for collecting data and I was first in line🤣

In map options.

That counts up.

There’s an option to count down as well, if you have a maximum amount of time.

Yes, but do you want your game to be 20 seconds long? I meant an overlay timer that will trigger an action when finished.

It also saves more memory (not much, but it still does).

Oh! Ok

Woah! This didn’t know that there was a seconds into the game block! I just used a trigger delay!