Prompt The Color Picker?

Hey there! I’m writing a plugin and I need that color picker that shows up when you delve into the Color3 property of a brick. Is there a way to prompt it to show up and return the color selected or do I have to make one from scratch?

1 Like

I also ran into this problem while making a plugin a while back! If I remember right there is currently no way to prompt the default Color Picker. I was considering writing a plugin that added support for functionality of things like that. Of course, all assets would have to be created as there isn’t a way to access the real versions. You could potentially write a post in PlatformFeedback / Studio Features for it. But surely it would be a quicker turn around to just code a version up yourself.

–East98

1 Like