I am trying to make a chat and have the player's team color as their chat color. I am trying to figure out how to get the BrickColor3 value of the text BrickColor value. i.e. BrickColor.new("Really black") is the same as BrickColor3(0, 0, 0).
You mean Color3.new?
local brickcolor = BrickColor.new("Really red") --Create our new BrickColor ---------------------------- local color = brickcolor.Color
You could also do something like this:
game.Workspace.BRICKNAMEHERE.BrickColor=BrickColor.new(Color3.new(255,0,0))
Locked by BlueTaslem
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?