Advertisement
iiwasHashem

Roblox/Nico's Nextbots Auto Bhop Script (hold space to auto bhop)

Aug 13th, 2022
2,230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local LocalPlayer = game.Players.LocalPlayer
  2.  
  3. game:GetService("RunService").Heartbeat:Connect(function()
  4. if LocalPlayer.Character and LocalPlayer.Character:FindFirstChild("Humanoid") then
  5. LocalPlayer.Character.Humanoid.Jump = true
  6. LocalPlayer.Character.Humanoid.JumpPower = 40 -- because they make it 0
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement