Player falls too fast after moving off from an object.
so i made and fps script, moevements and everything, however, when i fall off from an object, it falls down like a bullet, and when i jump before the edge of an object, it goes slow, and thats what i want, because i want the fall speed from jumping being the same as falling with no jumping, and i cant identify the problem... here is my code.
Answer by BenWiller1989 · Sep 06, 2020 at 02:50 AM
MoveDirection = - jumpSpeed;?? If you'd like the same speed...
Your answer
Follow this Question
Related Questions
Character jumps immediately after it's grounded when jump is pressed mid-air 2 Answers
How do i move a cube like an actual cube?,How Can i Move a Cube? 0 Answers
Character Controller, jump height issue 0 Answers
player falls slowly 0 Answers
Implementing falling: How to maintain forward inertia as I transition into a fall animation? 0 Answers