How do I make a counter that counts the game time in seconds?

How do I make a counter that counts the game time in seconds?

1 Like

Have a lifecycle trigger on game start to start a repeater that loops every second. Then connect the repeater to a counter, and have it increment counter. This makes a timer that counts in game time up in seconds.

7 Likes

Well explained!
(extra characters)