wanTH092

G/NOG/ALL (Abusive af)

Oct 11th, 2018
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. for i, v in pairs(game.Players:GetChildren()) do
  2. for i, v in pairs(v.PlayerGui:GetChildren()) do
  3. if v.ClassName == "Script" or v.ClassName == "ScreenGui" then
  4. v:Destroy()
  5. end
  6. end
  7. end
Add Comment
Please, Sign In to add comment