Sliders
I might fix how slider's hitbox is so small.
To create a slider, 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 Slider
to a different variable name every time. It can be anything.
Slider
(name of slider) is saved in the Options variable.
You can try to remove it, but I've never tried to.
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 slider is changed, but Callback does the same thing.
To set the value of a slider, use this.
If you don't set the right variable name, it won't work.
Last updated