Falling is slow when on High Velocity

Hello, I’m currently making a game with a custom character model and when i try running at a very fast speed while in the air, the character seems to be falling slower? I encountered this problem in the past but i didn’t know how to fix it.

1 Like

can you record a video and send it so we can see

1 Like

when a character is moving at high velocity, the falling speed can appear slower due to the way roblox physics handles motion and gravity, you could try:

adjusting gravity

use body forces

or limit linear velocity

its just roblox physics