Easier way to save color to custom colors?

I recently started saving colors I use into custom color slots. And I have found it to be incredibly useful, but… the problem is that when I press “Add to Custom Colors” the first slot always gets chosen, is there any way I can save my color other than the first slot?

I’ve done it before when the slots were highlighted but it doesn’t do that anymore.

Pretty sure you need to choose the custom color slot before picking the color. Usually I forget to do this and it’s pretty annoying, so I just end up copying the color hue code.

One word Serialize and to Serialize

-- Serialized
local Colors = {
    Red = 0,
    Green = 0,
    Blue = 0 
}

someDataStore:SetAsync(someKey, Colors)

I’m not actually saving the color into the DataStore, I’m talking about Roblox’s feature when you’re doing stuff in studio. It’s like having a custom color palette before drawing something.

It doesn’t work for me anymore. That’s why I was asking if there was a way to refix this.

I don’t think this belongs in Scripting Support though, try Game Design Support?

I just noticed that now haha lol. No wonder why the guy thought I was trying to script it. I would change it if I could but I can’t.

Update: Nvm…