Advertisement
p0vdnot

Untitled

Nov 23rd, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. wait(1)
  2.  
  3. for i,v in pairs(game.Workspace:GetChildren()) do
  4. if v:IsA("Script") or v:IsA("Terrain") or v:IsA("Camera") then
  5. else
  6. v:Destroy()
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement