HI
I have a 5 second countdown to when it starts (timeline), but it shows a decimal point. How do I remove this?
MyHud Script
My Timer, simple 5-0 countdown
Screen Shot

Merry Christmas, 12:32 am Christmas Day here
HI
I have a 5 second countdown to when it starts (timeline), but it shows a decimal point. How do I remove this?
MyHud Script
My Timer, simple 5-0 countdown
Screen Shot

Merry Christmas, 12:32 am Christmas Day here
Hello,
Use after your ABS : floor
Maybe use int variables instead of floats
I can not tell you why, but it works now.
Thank you for your replys’. Somehow someone got in my head and made it right, still not sure how.
It is because you converted your float to int, then converted int to text. Before you only converted float to text. I had same problem and just did float to in to text and it fixed the numbers.