⌛ TimeString
Does the same as TimeSmall, but bigger :0
local Shared = Framework.Shared
local Functions = Shared.Functions
local threeDays = 259200
local newTime = Functions.TimeString(threeDays)
print(newTime) -- "3 Days"
Does the same as TimeSmall, but bigger :0
local Shared = Framework.Shared
local Functions = Shared.Functions
local threeDays = 259200
local newTime = Functions.TimeString(threeDays)
print(newTime) -- "3 Days"