ShoccessX

adadadad

Nov 22nd, 2022
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. game.Workspace.Terrain.Clouds:Destroy()
  2. for i, v in pairs(game.Workspace:GetDescendants()) do
  3. if v.Name == "Net" then
  4. v:Destroy()
  5. end
  6. if v.Name == "Prop Lights" then
  7. v:Destroy()
  8. end
  9. if v.Name == "Fake Plaza" then
  10. v:Destroy()
  11. end
  12. end
  13.  
Advertisement
Add Comment
Please, Sign In to add comment