Unity Instantiate Prefab Rotation

Instantiante(GameObject, new Vector3(x, y, z), Quaternion.Euler(x, y, z));
Awful Anteater