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

How do you make a double jump script? [closed]

Asked by 10 years ago

I do not know anything about scripting lol i just wanna start building games.

Closed as Not Constructive by Goulstem

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
1
Answered by
3rdblox 30
10 years ago

Requesting scripts to be made for you is not allowed here, sorry. This site is for debug help.

0
I didn't say i wanted scripts to be made for me i just wanted to learn how to script. bloxseb59 -5 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

Since I answered to another 2 users with script request, I tell you only the FUNCTION, you're the last one, you're lucky!

function doubleJump()
    if isInAir then
        jump()
    end
end