How to set BrickColor?

As the title says really , how do I set BrickColor using scripts?

Part.BrickColor = BrickColor.new(‘NameOfColorHere’)
or BrickColor.Red()
, there’s multiple ways.

image

1 Like

You can also do,

part.BrickColor = BrickColor.Random()
1 Like