Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://pastebin.com/raw/6W1ZqV53"))()
- local w = Library:Window("Main")
- w:Button("Button", function()
- print("Printed")
- end)
- w:Toggle("Toggle", function(v)
- print(v)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement