diff --git a/Libraries/GUI.lua b/Libraries/GUI.lua index 809797ce..a569e2cf 100755 --- a/Libraries/GUI.lua +++ b/Libraries/GUI.lua @@ -1039,7 +1039,7 @@ function GUI.alert(...) end end - workspace:draw(true) + workspace:draw() workspace:start() end