Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(object.Text) or 16 end end) example:AddButton("Reset", function() game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0; end) example:AddToggle("Super Jump", function(state) game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = (state and 100 or 50) end) example:AddLabel("Now isnt that epic?"); local dropdown; dropdown = example:AddDropdown({'Synapse', 'ProtoSmasher', 'Elysian', 'SirHurt', 'Visenya', 'Sk8r', 'JJSploit', 'Axon', 'Axon Infinite', 'Venyx', 'Game Ended', 'Ventura', 'Proxo', 'P4.0'}, function(a) if a == 'Elysian' then dropdown:Refresh({'A', 'B', 'C'}) end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement