Advertisement
NiceBBMBThai

Gui Free Icon15

Apr 21st, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/6W1ZqV53"))()
  2.  
  3. local w = Library:Window("Main")
  4.  
  5. w:Button("Button", function()
  6. print("Printed")
  7. end)
  8.  
  9. w:Toggle("Toggle", function(v)
  10. print(v)
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement