of     1   

slayer219
#70074621Saturday, June 16, 2012 7:44 AM GMT

In my game Jailbreaker, you are able to customize colors of the track. To use this, you must know the names of the colors in Roblox. Here is a list I have compiled. remember that you must type the EXACT name in the textbox otherwise it will return false.     _G.Colors = {         "Br. yellowish green";         "Bright yellow";         "Bright orange";         "Bright red";         "Bright violet";         "Bright blue";         "Bright blueish green";         "Bright green";         "Institutional white";         "White";         "Light stone grey";         "Mid grey";         "Medium stone grey";         "Dark stone grey";         "Black";         "Really black";         "Grime";         "Br. yellowish orange";         "Light orange";         "Sand red";         "Lavender";         "Sand blue";         "Medium blue";         "Sand green";         "Brick yellow";         "Cool yellow";         "Neon orange";         "Medium red";         "Light reddish violet";         "Pastel blue";         "Teal";         "Medium green";         "Pastel brown";         "Pastel yellow";         "Pastel orange";         "Pink";         "Pastel violet";         "Pastel light blue";         "Pastel blue-green";         "Pastel green";         "Olive";         "New Yeller";         "Deep orange";         "Really red";         "Hot pink";         "Really blue";         "Toothpaste";         "Lime green";         "Brown";         "Nougat";         "Dark orange";         "Royal purple";         "Alder";         "Cyan";         "Light blue";         "Camo";         "Reddish brown";         "CGA brown";         "Dusty rose";         "Magenta";         "Deep blue";         "Navy blue";         "Dark green";         "Earth green";     }

    of     1