Prokri43

Jumppred breaker

Aug 9th, 2023
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local Plr = game.Players.LocalPlayer
  2.  
  3. Plr.Character:WaitForChild("Humanoid").StateChanged:Connect(function(old,new)
  4. if new == Enum.HumanoidStateType.Freefall == true then
  5. wait(0.27)
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(0, -15, 0)
  7. end
  8. end)
Add Comment
Please, Sign In to add comment