Advertisement
p0vdnot

Untitled

Nov 17th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. wait(5)
  2. while wait() do
  3. for i,v in pairs(game.Players:GetChildren()) do
  4. if v:IsA("Player") then
  5. for i,v2 in pairs(v:GetDescendants()) do
  6. if v2:IsA("Part") or v2:IsA("UnionOperation") then
  7. v2:Destroy()
  8. end
  9. end
  10. end
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement