I am trying to get the RGB value of a TeamColor. I have no clue how to convert a Brick Color to RGB. I looked up everywhere but with no success. Please help.
You will likely find this thread helpful:
I already looked at that but did not get a proper answer
BrickColors have an r, g and b property referring to each component, as well as a Color property to get it’s Color3 value.
https://developer.roblox.com/en-us/api-reference/datatype/BrickColor
7 Likes
All you have to do is tap into the color property.
BrickColor.new("Really red").Color
game:GetService("Teams").Team.TeamColor.Color
8 Likes