lol HotThoth, coincidence much?
I ran this command about 30 seconds ago, before I saw your post:
local i = 0 function get(x) if x:IsA("Part") and x.Material ~= "Plastic" then x.Reflectance = 0.05 end for i, v in pairs(x:GetChildren()) do get(v) end end get(Workspace)
Yes, changing reflectance keeps the high-quality texture :D |