RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"make a script that closes all the guis"
-- local script for i, gui in pairs(game.Players.LocalPlayer:GetGuiObjects()) do gui:Destroy() end