⏳ TimeSmall
Changes the amount of seconds to a string like "00:00"
local Shared = Framework.Shared
local Functions = Shared.Functions
local seconds = 180
local newTime = Functions.TimeSmall(currentTime)
print(newTime) -- "03:00"
Changes the amount of seconds to a string like "00:00"
local Shared = Framework.Shared
local Functions = Shared.Functions
local seconds = 180
local newTime = Functions.TimeSmall(currentTime)
print(newTime) -- "03:00"