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

How do I make a change part color script?

Asked by
TunHun 2
7 years ago

I tried local color = brickcolor.Color but that doesn't work I don't know what to do.

0
You can do something like game.Workspace.Part.BrickColor = BrickColor.new("White") DevSee 20 — 7y

3 answers

Log in to vote
1
Answered by
DevSee 20
7 years ago

You can do something like game.Workspace.Part.BrickColor = BrickColor.new("White")

Ad
Log in to vote
0
Answered by 7 years ago

Or if your looking to make a Part Color Random use das

script.Parent.Color=Color3.new(math.random(),math.random(), math.random())

Log in to vote
-1
Answered by
FedrixYT -21
7 years ago

script.Parent.Brickcolor = Brickcolor.new ("Really red")

Answer this question