Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make a dropper that creates parts with colors?

Asked by 8 years ago

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

0
Next time, try posting your code inside your question, okay? ;D ChemicalHex 979 — 8y
0
^ minikitkat 687 — 8y
0
Can you accept Vexture's answers? It'll save time so others don't have to come here. Shawnyg 4330 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

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"

0
Thank you! wesleyleal0798 5 — 8y
Ad

Answer this question