Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA("Part") or v:IsA("UnionOperation") then
- if not v.Parent:FindFirstChild("Humanoid") then
- pcall(function()
- v.Reflectance = 0.15
- end)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment