Need help making a color wheel surface gui

i would like a color wheel where you can select the color for my new beams im making

1 Like

oh a wheel that rotates? and gives a color?

2 Likes

no like a circle with every color on it and where ever you click thats what color you get

1 Like

I think he means something like this:
color wheel

3 Likes

Yes this is exactly what i mean

1 Like

Oh well,

you can see this post:

other one:
https://devforum.roblox.com/t/making-a-circular-color-palette-gui/140643

Hope this helps you.
@Thereal_Lucid02

3 Likes

i preffer you to use the first one that i gave
because its round and have more colors

Like you can check code how it works…

1 Like

i dont think this works as a surface gui

You can modify the code tho, on devforum we can’t provide you script because we want you to learn yourself and be better!

Just understand how the code works. And you can make it.

2 Likes

image

well you can make it work kinda.

1 Like

but its not a circle tho thats what i need

just take a color wheel image on google or somewhere else and import it as an ImageLabel in roblox studio

If you want to pick colors from that image you will need to script it. There are some YouTube tutorials on how to make color picker. You can watch them if you want.

1 Like

I don’t know how to do that in circle, but i can provide you this:

colorSurfaceGui.rbxl (27.0 KB)

I made it for surface gui.

2 Likes

thx i will try and modify it i will try my hardest

1 Like

Or you can add UiCorner to it!

it will make exact like a circle.

1 Like

what was it you changed to make it work as a surface gui?

Just put surface ui in starter ui, and go to property of surface gui and set adornee to the part / object and you are done!

1 Like

didnt work for me because it stooped the rest of my gui working

UICorner does not work in SurfaceUI.

2 Likes

Well who said? as i said, put that surface gui into Startergui. And set adornee to the part you want to set surface gui to.

1 Like