dawid-scripts / Fluent

:3
MIT License
60 stars 98 forks source link

How to add Section? #42

Open RobloxProjectX opened 4 months ago

RobloxProjectX commented 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?

clipflipzz commented 4 months ago

Tabs.Main:AddSection("Section")