Vector3 velocity = new Vector3(10f/*x*/, 10f/*y*/, 10f/*z*/); GetComponent<Rigidbody>().velocity = velocity;