local Library = loadstring(game:HttpGet("https://[Log in to view URL]"))():init("THE HUB NAME")
-- This function takes 1 arguement, the hub name which is meant to be an string

local Tab = Library:Tab("Main")
-- This function takes 1 arguement, which is the tab name which is mean to be an string

local Section = Tab:Section("Main")
-- This function takes 1 arguement, which is the section name which is supposed to be the section name

Section:Toggle("TOGGLE NAME", false, function(value)
    print(value)
end)
loadstring(game:HttpGet("https://[Log in to view URL]"))()

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: