Toggles - MikeyMikeyMikey/Gamer-UI-Lib-Documentation GitHub Wiki

Toggles

ui:CreateToggle("Name", function(state) print(state) end) ^^^ When selecting this, it would print out either true or false. If it's on then it's going to be true if it's off it's going to print false.