Basically, I am attempting to recreate the Double Jumping from Ninja Legends. I am having troubles, as I am extremely lost what to do?
I was mainly thinking of making it a BodyThrust or BodyForce to stimulate the force, but then if you look closely, it is clearly modified controls whilst double jumping, as it doesn’t move you forward if you are not moving forward.
So I am lost on if I should use MoveDirection, and check if it is at Vector3 0,0,0 or not ( if it is at Vector3 0,0,0 whilst double jumping then the player is still )
Another issue I ran into , I tried making it like the classic BodyGyro and BodyVelocity method, however this would require me to listen for W and other buttons being pressed, which is completely fine, but due to the game having mobile support, this is not feasible, and I urgently need another method.
Ninja Legends;
https://gyazo.com/a9e3b24125745e0a7f8a695fab16fb97
Mine;
https://gyazo.com/18a995faded77be749c19c68d072a4e6
Thank you, any help is appreciated!