Skip to content
Anthony Headley edited this page Apr 24, 2020 · 1 revision

Time() : float

Brief:

Returns the time in seconds since the console booted or restarted

Paramiters:

Name Type Description Optional

Returns:

Type Description
float fractional time in seconds

Examples:

local sinceStart = Time()
Echo("Seconds since startup " .. sinceStart) -- Seconds since startup 3628800.000000
Clone this wiki locally