Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. game:GetService("Workspace").Buildings:Destroy()
  2.  
  3.  
  4. for i, v in pairs(game:GetService("Workspace").Buildings:GetChildren()) do
  5. local succ, probs = pcall(function()
  6. v.Transparency = 0
  7. v.CanCollide = true
  8. for iX, vX in pairs(v:GetChildren()) do
  9.  
  10. vX.Transparency = 0
  11.  
  12. end
  13. end)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement