eulerAngles is best for setting direct rotations values (It works the same as setting an objects rotation in editer). Other things you could try would be transform.Rotate(x,y,z) for continues rotation or transform.LookAt(targetposition) to point the object towards a location.