Hi,
I have this script:
Timer.Text = "Access granted ("..tostring(60-((DateTime.now().UnixTimestampMillis/1000)-accessGrantedTime))..")"
and it makes the timer show numbers like 49.42893675427652
I know why it’s happening but I don’t know how to make it show less numbers after point (3 for me), for example convert 24.32847 to 24.328
Can someone help?