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

Problems with coloring brick, help?

Asked by 9 years ago

Here is my code, anybody know a fix or what's wrong?

script.Parent.BrickColor = "Bright red"

--Anybody got a fix? :(

1 answer

Log in to vote
2
Answered by 9 years ago

Yeah, you gotta use BrickColor.new("Bright red")

script.Parent.BrickColor = BrickColor.new("Bright red")
0
Thanks! Worked. kevinjurden 10 — 9y
0
BrickColor.new() -- Is used for creating colors for Teams, Parts, and a few other things go here to view stuff about BrickColor.new() http://wiki.roblox.com/index.php?title=BrickColor xImmortalChaos 565 — 9y
Ad

Answer this question