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

How many different ways are there to make a Brick change colors?

Asked by 8 years ago

I'm mainly referring to BrickColors and how many ways you can change the color of a brick. I know the regular way,

part.BrickColor = BrickColor.new("Really red")

But how many other ways are there to do this same thing?

1
You can use the BrickColor.new(number) values provided in the link above. Or you can use Color3 inside the BrickColor function Ex: BrickColor.new(Color3.new(1,0,0)) M39a9am3R 3210 — 8y

2 answers

Log in to vote
0
Answered by 3 years ago

You can use BrickColor.new(), Color3.new(), or BrickColor.new(Color3.new(0, 0, 0). I am not aware of any other ways to change the color of a brick other than these three methods.

Ad
Log in to vote
-3
Answered by 8 years ago

Do you mean like if a brick has been touched like if a brick has been walked on it changes colors or just different types of code to change color?

Answer this question