void Update() { transform.LookAt(target); }
This is what I\'m using that causes the object to rotate.