SecondsToTime
Turns seconds into readable time
Arguments
Label
Explained
Type
Example
Example results
print(Math.SecondsToTime(46)) -- 46 seconds
print(Math.SecondsToTime(1)) -- 1 second
print(Math.SecondsToTime(121)) -- 2 minutes, 1 second
print(Math.SecondsToTime(3660)) -- 1 hour, 1 minute
print(Math.SecondsToTime(3600)) -- 1 hourLast updated