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

Anyone know a script that makes you jump higher? [closed]

Asked by 3 years ago
Edited 3 years ago

I need a script that makes you jump higher because im making a jumping game and dont know how to make that type of script and where do i put it.

0
You can't request scripts on this website. check out the developer forum. https://devforum.roblox.com/ MarkedTomato 810 — 3y

Closed as Not Constructive by MarkedTomato and JesseSong

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?

1 answer

Log in to vote
0
Answered by 3 years ago
local player = game.Players.LocalPlayer

player.Character:WaitForChild("Humanoid").JumpHeight = 20

0
where do i put this script TheSavageDestroyer10 -8 — 3y
0
it has to be LocalScript so put it in StarterGui, StarterPack or PlayerScripts, StarterPlayer > StarterPlayerScripts (or StarterCharacterScripts if u want) jerryisgod29 176 — 3y
0
none work TheSavageDestroyer10 -8 — 3y
Ad