of     1   

Sir_Trolling
#226574255Thursday, October 19, 2017 8:15 PM GMT

I am a builder but not good enough a scripter to do it myself. I need a command that changes all parts in workspace that are colored Ghost grey and are Metal to the Fossil color, 0.2 reflectance, and SmoothPlastic material. I'll pay 20 Robux to whoever provides the command - just link me a t-shirt in your reply. Thanks! R$25,119
Scrippa
#226574296Thursday, October 19, 2017 8:17 PM GMT

1000 robux
Sir_Trolling
#226574321Thursday, October 19, 2017 8:18 PM GMT

no thanks R$25,119
Scrippa
#226574438Thursday, October 19, 2017 8:22 PM GMT

for k,v in next, workspace:GetChildren() do if v:IsA("BasePart") and v.BrickColor == BrickColor.new("Ghost grey") and v.Material == Enum.Material.Metal then v.BrickColor = BrickColor.new("Fossil") v.Reflectance = .2 v.Material = "SmoothPlastic" end end
Sir_Trolling
#226574507Thursday, October 19, 2017 8:24 PM GMT

Thank you so much! You sure you don't want that 20 Robux, Mister 1.7m Rap? R$25,119
Scrippa
#226574522Thursday, October 19, 2017 8:24 PM GMT

nothx
chimmihc
#226574590Thursday, October 19, 2017 8:26 PM GMT

I made a plugin for swapping part colors. Just colors. https://www.roblox.com/library/705345090/BrickColorSwap

    of     1