Anyone have the formula for custom font timer in milliseconds please?
EireStudios
Member Posts: 451
Hi Guys, I have the formula for 1st seconds and 2nd seconds, but my timer also shows 2 milliseconds, example - 15.00 the 15 representing the main seconds and the .00 representing the milliseconds, so does anyone know or have then formula for showing the milliseconds with a custom font? Thanks in advance
Comments
(floor( game.Timer *10)%10)..".png"
and
(floor(( game.Timer )*100)%10)..".png"