Like, i want to know how to make a dropper create red bricks, how i do it? I use this dropper script: http://pastebin.com/UDWA2Y0q
line 6,
part.BrickColor=script.Parent.Parent.Parent.DropColor.Value
change that to
part.BrickColor = BrickColor.new("Bright red")
Which sets the part's color to "Bright red"