Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
592
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local plr = game:GetService"Players".LocalPlayer
  2. local m = plr:GetMouse()
  3. m.KeyDown:connect(function(k)
  4. if k == "z" then
  5. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  6. wait()
  7. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated")
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement