Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local LocalPlayer = game.Players.LocalPlayer
- game:GetService("RunService").Heartbeat:Connect(function()
- if LocalPlayer.Character and LocalPlayer.Character:FindFirstChild("Humanoid") then
- LocalPlayer.Character.Humanoid.Jump = true
- LocalPlayer.Character.Humanoid.JumpPower = 40 -- because they make it 0
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement