Color picker module

So i got bored and made a color wheel module. It’s free to use so do whatever you please with it.

Link: module

How you use this is pretty simple:

local success, color = module:Prompt(guiPosition) -- returns if it's applied and the color (Anchor point is 0.5,0.5)

Here is some sample code: link
Here is how it works: link

28 Likes

I’d strongly suggest putting the sample code here as a code block (so a beginner can copy paste), and the video of you using it here natively so people don’t have to go to third party sites just to see what this resource is.

Very nice and clean, and I love that you can set the position for it to open at.

6 Likes

This is awesome and exactly what I was looking for. Great job and thanks for sharing with us!