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

How can I create a double jump script?

Asked by 8 years ago

Please include the code which you are trying to use, so the community will be better-equipped to help you with your problem.

When a player presses space at the end of the character's jump or when the character is falling from the jump I want the character to perform another jump. I can read and understand Lua just not create a script. Help please?

0
You would want to use UserInputService's InputBegan event and every time the space bar is hit while in the air, you will want to use the Torso's velocity property to propell the character up. However, without code we can not help but give you a guide. M39a9am3R 3210 — 8y
0
Okay, thank you! Turtledoragon 0 — 8y

Answer this question