Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local library = loadstring(game:HttpGet("https://ghostbin.co/paste/ck52k/raw"))()
- local ok = library:CreateWindow("hello!")
- ok:Section("Main")
- ok:Toggle("sup",function(a)
- print(a)
- end)
- ok:Button("a",function()
- print('a')
- end)
- ok:Box("WalkSpeed", function(object, focus)
- if focus then
- game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(object.Text) or 16
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement