local library = loadstring(game:HttpGet("https://[Log in to view URL]"))()
local venyx = library.new("Venyx", 5013109572)

local page = venyx:addPage("Page 1", 5012544693)
local section1 = page:addSection("Section 1")

section1:addToggle("Toggle", nil, function(value)
print("Toggled", value)
end)

section1:addTextbox("Notification", "Default", function(value, focusLost)
print("Input", value)

if focusLost then
venyx:Notify("Title", value)
end
end)

Embed on website

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