How do i make spots that you can wall jump? Or a jump you can activate by pressing shift and then the jump button?
--For Example local plr = game.Players.LocalPlayer plr.Character.Humanoid.JumpPower = 250 --Normal JumpPower is 50
--if its working, you can use it local plr = game.Players.LocalPlayers if plr.Character.Humanoid.Jump == true then wait(0.1) plr.Character.Humanoid.Jump = false wait(1) plr.Character.Humanoid.Jump = true end
Closed as Not Constructive by minikitkat
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?