this would be what it looks like right
transform.rotation *= Euler(0, 0, -10);
No
transform.rotation *= Quaternion.Euler(0,0,-10);