I would use transform.Translate(0, 0, -5 * Time.deltaTime); instead of rb.AddForce(...)
What's the differerence?