Advertisement
NiceBBMBThai

Gui Free Icon14

Apr 21st, 2021
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local lib = loadstring(game:HttpGet("https://pastebin.com/raw/9m51VUEE", true))()
  2. lib.SetName("Epic hub")
  3. lib:CreateButton("Hi", function() print("You just selected Hi!") end)
  4. lib:CreateToggle("Toggle", function(state) print(tostring(state)..": true - on; false - off;") end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement