• Hey! Register here to create your account, engage with the community, and talk about what is new!

How to detect midair jump?

Fghj240

Active member
Joined
Jun 5, 2021
Messages
53
Reaction score
8
I tried to add a double jump feature but the jump event only triggers when I jump from the ground. Is there a way to detect a midair jump press?
 

ARMcPro

Forum adept
Overlord
Joined
Oct 20, 2020
Messages
1,226
Reaction score
347
There are 2 ways
Either to make Double Space to Jump (by triggering Start Flying event)
Or to spawn a Jumpable entity (like a boat) under the player, but this isn't a very good way
 

Fghj240

Active member
Joined
Jun 5, 2021
Messages
53
Reaction score
8
There are 2 ways
Either to make Double Space to Jump (by triggering Start Flying event)
Or to spawn a Jumpable entity (like a boat) under the player, but this isn't a very good way
start flying event? Do you need fly acess to trigger that event?
 
Top Bottom