Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

[Other] Is there a way to get ALL the roblox brickcolor's? [closed]

Asked by 9 years ago

This question already has an answer here:

Getting a Table of BrickColors?

[ True or False answer ]

If there is, please explain to me how I can get them? Or give me a way how to start a function so I can get them?

Marked as Duplicate by BlueTaslem

This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.

Why was this question closed?

2 answers

Log in to vote
1
Answered by
Diitto 230 Moderation Voter
9 years ago
for Increment=0,63 do
    local Color=BrickColor.palette(Increment);
end;

The above code would get 64 of the colors, the main ones, really.

0
I didnt even know you can use palette! MessorAdmin 598 — 9y
Ad
Log in to vote
0
Answered by 9 years ago

Here are the BrickColor codes:

http://wiki.roblox.com/index.php?title=BrickColor_codes

And here's a wiki on how to set them:

http://wiki.roblox.com/index.php?title=BrickColor