I’m trying to make a game where you have to speedrun the Obby template multiple times. The timer glitches and adds unnecessary numbers, which would look bad in games.
robloxapp-20240803-1607519.wmv (1.2 MB)
What I’ve Tried:
- Using a
counter
variable and then adding to it in awhile
loop. - Using integers
- It works, but I want people to see their time to the thousandth.
Please help if you can