What can I use as rigidbody drag(alternative to unity)

So I’m trying to make a physics based controller in flax, so due to physics it has an infinite speed, so I want to implement drag but Ii don’t see a method for this in flax. Should I just use the mass value instead?

You can use Linear Damping and Angular Damping.