The tittle says it all. I’m trying to convert a index code like 194, to it’s correct brick color: “Medium stone grey”. I’ve tried using “BrickColor.palette(indexCode”), but that only has a range of 0 to 63.
And I don’t want to have a list of id’s and its corresponding BrickColor.
I’m a bit confused, what is the end goal and why are you making brick colors from a id?
If you need a list of all the brick color id’s, you can find such on this API page.
Note that there are some gaps between id’s, such as 50-100. I don’t know why it’s like that, it’s just the way it is.
P.S. you should probably just use BrickColor.new()
Weird, BrickColor.Palette does actually have a limit, as you say.
Not sure why it exists when you can just use BrickColor.new() to get the same result.
Possibly a deprecated function when there was a more limited amount of brick colors? (Despite it not being labeled as such.)