Talk:Color Reference
From Legacy Roblox Wiki
Jump to navigationJump to search
Complete Color Reference Suggestion
As it doesn't really meet the Wiki's standards to print the entire color reference here, (as this is where all Color Reference links go), I suggest we DO create a 'Full Color Reference' page which actually lists the entire color reference without explanations.
--Heading print[[{|border="1" cellpadding="1"]] print[[|-]] print[[! scope="col" | Color]] print[[! scope="col" | Value")]] --Color generation i = startcolor - 1 while i < endcolor do i = i + 1 if tostring(BrickColor.new(i) ) ~= "Medium stone grey" then print"|-" print("|" .. tostring( BrickColor.new(i) ) ) print("|" .. i ) end end --ending the table format print("|}")
creates the table in the Wiki format. BlueTaslem 18:55, 30 December 2010 (UTC)
- We already created a color reference page with all of the colors. I forgot where it was, though.
- It's Here. And that page has a better title. Delete?
- This page was a Wanted Page, and it's also the old name for the page. I also think that there are a few colors higher than that, but I'm not sure.BlueTaslem 22:06, 31 December 2010 (UTC)
- It's Here. And that page has a better title. Delete?
Testing
The scripts
game.Workspace.myPart.BrickColor = BrickColor.new(196)
c = 300 for x=1, c do print("[" .. tostring(x) .. "] BrickColor: " .. tostring(BrickColor.new(x))) end
work, but don't be surprised if you get a splattering of numbers that say "Medium stone grey". MINDRAKER 12:57, 22 August 2008 (CDT)
Wow this is...
Wow this is ver helpfull! Thank you so much, I can use almost all the colors!