Toggles
To create a toggle, 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 Toggle
to a different variable name every time. It can be anything.
MyToggle
(name of toggle) 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)
Toggle.Value has not been tested by me and may not work. You can try the one below.
Or, whatever you put as the name of the toggle.
Functions
You can check when the toggle is changed, but Callback does the same thing.
To set the value of the toggle, use this.
If you don't set the right variable name, it won't work.
Last updated