Each color has a single number value relating to it. How do I find the number value of a color? Such as my player’s teamcolor is Bright blue and I want it to return the number value for Bright blue.
On the wiki it says Bright blue is 23, but I want to be able to be like player.Team.TeamColor.Number or something like that if that’s possible.