tambahkan rotasi

Vector3 newRotation = new Vector3(0, 10, 0);
transform.eulerAngles = newRotation;Copy
EpicPwner