i would like a color wheel where you can select the color for my new beams im making
oh a wheel that rotates? and gives a color?
no like a circle with every color on it and where ever you click thats what color you get
I think he means something like this:
Yes this is exactly what i mean
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
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…
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.
well you can make it work kinda.
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.
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.
thx i will try and modify it i will try my hardest
Or you can add UiCorner
to it!
it will make exact like a circle.
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!
didnt work for me because it stooped the rest of my gui working
UICorner does not work in SurfaceUI.
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.