I am modifying a skateboard and scripting my own jump by doing
board:ApplySpecificImpulse(Vector3.new(0,45,0))
Problem is that the skateboard bounces a few times when it lands. How do I stop the bouncing? I want the skateboard to jump like a regular character.