Advertisement
SHCREW

car fly

Aug 22nd, 2019
1,807
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 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:byte() == 114 then
  5. plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  6. plrh:ChangeState('Jumping')
  7. wait()
  8. plrh:ChangeState('Seated')
  9. end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement