mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-06 13:47:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
while not _G.EndGame do
|
||||
if _G.TestingError ~= nil then
|
||||
RBX_CHECK_MESSAGE(false, _G.TestingError)
|
||||
break
|
||||
end
|
||||
wait(1)
|
||||
end
|
||||
Reference in New Issue
Block a user