of     1   

XxflamefirewheelXx
#227574792Wednesday, November 15, 2017 12:01 PM GMT

So, can someone make a script if a player jumps can they jump 1 higher than before?
brokenVectors
#227576247Wednesday, November 15, 2017 1:38 PM GMT

game.Players.PlayerAdded:connect(function(plr) plr.CharacterAdded:connect(function(c) c.Humanoid.Changed:connect(function() if c.Humanoid.Jump == true then c.Humanoid.JumpPower = c.Humanoid.JumpPower + 3 end end) end) end)
XxflamefirewheelXx
#227576491Wednesday, November 15, 2017 1:56 PM GMT

Thank you!

    of     1