NekoWaifu

Untitled

Apr 14th, 2018
65
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 == "m" 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)
Add Comment
Please, Sign In to add comment