Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how do i make special jumps? [closed]

Asked by 6 years ago
Edited 6 years ago

How do i make spots that you can wall jump? Or a jump you can activate by pressing shift and then the jump button?

0
You should probably read the rules, man. minikitkat 687 — 6y

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?

2 answers

Log in to vote
0
Answered by 6 years ago

Jump Power

Ad
Log in to vote
0
Answered by 6 years ago
--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
0
Frezetagger how do i make that activate if you press shift and then the jump button? rascist_paperz -45 — 6y
0
You need use keybinds FrezeTagger 75 — 6y