Hi everyone,
I am currently using "Time: " & floor(Timer / 60 % 60) & "m" & floor(Timer % 60) & "s" to display a time readout in game. I would like the time to be formated like 00:00 instead of 0:0.
I have tried zeropad, but the results were a little unexpected.
Could anyone make any suggestions?
Thanks!