How to get Studio's current selected property for Plugin?

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”.

Any solutions? :c

image

Use the Selection service. Specifically, Selection:Get(), Selection:Set() and Selection.SelectionChanged

Unfortunatelly these only works for selected instances and not its properties

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.

there must/should be a way to do that, if it has in studio then why not :cry: