Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Seiko Scripts", "Synapse")
- local Tab = Window:NewTab("Game Name")
- local Section = Tab:NewSection("Sub and like")
- Section:NewButton("ButtonText", "ButtonInfo", function()
- -- Your script here remove this text
- print("Clicked")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement