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

Help w/ BrickColor?

Asked by
FiredDusk 1466 Moderation Voter
8 years ago

Not working...

script.Parent.BrickColor = BrickColor.new "White"

2 answers

Log in to vote
1
Answered by 8 years ago
script.Parent.BrickColor = BrickColor.new("White")

Don't forget parentheses

Ad
Log in to vote
0
Answered by
NotSoNorm 777 Moderation Voter
8 years ago
script.Parent.BrickColor = BrickColor.White()
0
Ummm.....no LitoTech 35 — 8y
0
umm yes NotSoNorm 777 — 8y

Answer this question