Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local lib = loadstring(game:HttpGet("https://pastebin.com/raw/9m51VUEE", true))()
- lib.SetName("Epic hub")
- lib:CreateButton("Hi", function() print("You just selected Hi!") end)
- lib:CreateToggle("Toggle", function(state) print(tostring(state)..": true - on; false - off;") end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement