Colorpickers
To create a colorpicker, use this.
If you are having issues, you're supposed to replace "Tabs.Main" with your actual tab.
Example: "Tabs.Exploits"
Whatever you put in your Tabs variable, it's what you need.
Change local Colorpicker
to a different variable name every time. It can be anything.
You can remove the local Colorpicker
if you aren't gonna use it.
Colorpicker
(name of colorpicker) is saved in the Options variable.
You can try to remove the name, but I've never tried to.
To allow users to set the transparency, just make the Transparency = 0
.
I have no idea what it returns when it has transperency.
You can get the value anywhere simply by using this: (Put your variable name)
Or, whatever you put as the name of the toggle.
Functions
You can check when the colorpicker is changed, but Callback does the same thing.
To check the transperency, (if you're using it)
To set the value of a colorpicker, use this.
Or, if you're using transperency.
If you don't set the right variable name, it won't work.
Last updated