GetTickCount
From Onset Developer Wiki
Description
Returns the uptime of the actual computer (not the Onset application) in milliseconds.
Syntax
GetTickCount()
Parameters
- This function has no parameters.
Return Value
- Uptime of the actual computer (not the Onset application)
Example
local tick = GetTickCount()