mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
8 lines
126 B
Lua
8 lines
126 B
Lua
while not _G.EndGame do
|
|
if _G.TestingError ~= nil then
|
|
RBX_CHECK_MESSAGE(false, _G.TestingError)
|
|
break
|
|
end
|
|
wait(1)
|
|
end
|