of     1   

jayerdown
#36766283Tuesday, November 09, 2010 9:47 PM GMT

On the wiki there's a list of single number color codes, but the only way I know how to change colors with scripts is with three numbers, rgb. How do I use the color codes on the wiki?
Overscores
#36766367Tuesday, November 09, 2010 9:48 PM GMT

Color3.new(000)
Emess
#36766737Tuesday, November 09, 2010 9:54 PM GMT

Just use BrickColor.new("Bright red") If you want the Color3 value, do: Color3.new(R/255, G/255, B/255)
AgentFirefox
Top 100 Poster
#36767805Tuesday, November 09, 2010 10:13 PM GMT

These color codes are arguments to the BrickColor.new function. BrickColor.new(#) You can also use the name of the color, as said by Emess.

    of     1