UI for BrickColor selection help

Hello there !

I’m making a creation game, and I want to make a UI for BrickColor selection.
I created all the possible BrickColors available (using for loops to gather each existing BrickColors) and I would like to recreate the honeycomb pattern ROBLOX has made:
image

Any ideas on how they made them “go in each other” perfectly? Here’s what I have yet (just squares)
image

Tons of colors are missing though, I didn’t know there were so many BrickColors !

Anyway, if you have any ideas, I’d love to hear them :smile:

Thanks

1 Like

They most likely hand placed all of those. I don’t really see a pattern and how code could make that. Must you use brickcolors? Or maybe you could use a colorwheel module somebody made?

2 Likes

I already made a color selector:
image

What I need is a BrickColor selector for constraint color selection !
I ended up finding the honeycomb pattern, I just need a few reorganization
image

1 Like

Perfect ! That will definitely help me, thanks :pray:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.