chevron_leftchevron_leftchevron_left
    of     2   

Alyte
#88128976Wednesday, January 30, 2013 7:21 PM GMT

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
Alyte
#88129071Wednesday, January 30, 2013 7:24 PM GMT

Wait Sorry HotThoth, I didn't mean to give an alternative of using your command suite ah well, either one will work. HotThoth's is cleaner-looking

chevron_leftchevron_leftchevron_left
    of     2