Open RobloxProjectX opened 4 months ago
How do you add a section? It's not in the Example Script. When i say how if the toggle is local Toggle = Tabs.Main:AddToggle("MyToggle", { Title = "Toggle", Default = false}) Toggle:OnChanged(function() getgenv().value = Options.MyToggle.Value end)
How is section?
Tabs.Main:AddSection("Section")
How do you add a section? It's not in the Example Script. When i say how if the toggle is local Toggle = Tabs.Main:AddToggle("MyToggle", { Title = "Toggle", Default = false}) Toggle:OnChanged(function() getgenv().value = Options.MyToggle.Value end)
How is section?