RIgidbody Use Gravity disabled but object still falling

I have a sphere trigger collider that slows down time when my character is touching it. I want to keep the character moving in the same direction while it’s touching so I set Use Gravity to false but he still slowly falls.

I’ve confirmed y gravity is -9.81 in project settings. Why is he falling?

rb.velocity = Vector3.zero;