transform.Translate(new Vector3(x, y, z)); //moves x units in the x axis, y in the y axis, and z in the z axis
transform.Translate moves the transform in the direction and distance of translation.