mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
local StartTime = tick()
|
||||
|
||||
-- Do nothing until 3 minutes prior to the game timing out, and then set the EndGame flag.
|
||||
while tick() - StartTime < Game.TestService.Timeout - 180 do
|
||||
wait(1)
|
||||
end
|
||||
_G.EndGame = true
|
||||
Reference in New Issue
Block a user