Venus_Playz

Parkour Infinite wall Boost

May 17th, 2021 (edited)
70
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 1
  1. local plr = game:GetService"Players".LocalPlayer
  2. local m = plr:GetMouse()
  3. m.KeyDown:connect(function(k)
  4. if k == "x" 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