Advertisement
Theepicboy6789

Roblox remove all GUIs

Jul 13th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. for i,v in next, game.Players.LocalPlayer.PlayerGui:GetChildren() do
  2. if v:IsA'ScreenGui' then
  3. v:Destroy()
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement