Player Scripting

How can I detect if the player has jumped while the player is already in the air?

  1. Player jumps
  2. If the player falls on the ground then return nothing
    2.1) Otherwise if the player jumps again while the player didn’t touch the floor yet then do something

I don’t want anyone to send a full script but just a small example that I can make to achieve whatever I want.

1 Like

This post should solve what you are looking for: How to Detect when the player jumps? - Help and Feedback / Scripting Support - Developer Forum | Roblox, though instead of waiting for the signal to change, you would check the property that the signal is trying to detect.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.