I have a problem regarding this command rb.velocity = Vector3.zero; it gives me the word velocity crossed out and when I try to start my game it autom

rb.velocity = Vector3.zero;

The property has been renamed: Unity - Scripting API: Rigidbody.linearVelocity

Your code editor is telling you that Rigidbody.velocity is deprecated.