I am making a plugin that needs to copy the corrent selected Color property and save in a pallete.
So far i’ve found no way to get witch property is currently selected by the user.
I cannot just presume witch color property is being selected from the current Instance that is selected because an instance might have multiple color based properties like “BackgroundColor3” and “TextColor3”.
Oof that is tricky. You may want to iterate through all of the selected objects’ properties and copy all color values over to a “color picker” widget where the user can click to save a specific color.