Wich kind of ''Jump'' should i use?

my plateform game require a perfect jump mechanic .

the one im using right now works when i aint moving , but if i try to ‘‘run jump’’ it does a sprint effect and stay grounded

i heard about the addforce one but im not sure if it would be ideal ,

the one from WoW would be perfect

If it does a sprint effect, then I am guessing you are using the wrong axis to jump.

No its actualy fine when im not moving :l but when im going foward/backwards or strafes it does a sprint in that direction

@Nerkmind
I’m no expert on scripting, but I can try to help.
Are you using a rigidbody, a character controller, or something custom for your player?

-S