Game.GetSDTime
Declaration
Game.GetSDTime()
Description
Returns how many seconds until Sudden Death starts.
--Gets the remaining sudden death time in seconds and prints it in the Scripts Console
local SDTime = Game.GetSDTime();
Print(SDTime);
Game.GetSDTime()
Returns how many seconds until Sudden Death starts.
--Gets the remaining sudden death time in seconds and prints it in the Scripts Console
local SDTime = Game.GetSDTime();
Print(SDTime);