|
Post by AutoBOT on Jan 26, 2017 5:50:56 GMT
i try to rounding it, use simple math like divide by 60, nothing works. its like it wont save to the variable
and yes i tried tonumber() too
|
|
|
Post by AnkuLua on Jan 26, 2017 6:29:11 GMT
timer = Timer() min = math.floor(timer:check()/60)
|
|
|
Post by AutoBOT on Jan 26, 2017 8:05:27 GMT
thanks
|
|