From 3a705464822134751a016ae60aa42ca68af4e68f Mon Sep 17 00:00:00 2001 From: smok1e Date: Fri, 4 Jul 2025 17:59:51 +0300 Subject: [PATCH] Fix alert workspace redraw --- Libraries/GUI.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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