#How to make a timer?

7 messages · Page 1 of 1 (latest)

uneven haven
#

I'm trying to make a timer that counts down, can be paused, and restarted. Like the time limit in the HUD in some games.

#

And I'm trying to do it in CV2

tired spear
#

I think I’ve answered this before but my preferred method is to use run all on authority, make text synced, use “get universal seconds” and set it as a variable, set the text to the universal seconds subtract by the variable

wind raft
#

Delay chit and int's

uneven haven
#

Maybe this video will help you understand what I mean