Advertisement
za0623247821

Untitled

May 21st, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. for i,Child in pairs(workspace:GetDescendants()) do
  2. if Child:IsA("Part") or Child:IsA("WedgePart") or Child:IsA("MeshPart") or Child:IsA("UnionOperation") then
  3. Child.Material = Enum.Material.Metal
  4. Child.CastShadow = false
  5. end
  6. end
  7. for i,v in pairs(workspace:GetDescendants()) do
  8. if v.Name == "Tree" then
  9. v:Destroy()
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement