on the camera GameObject will cause the camera to follow whatever GO you are targeting.Code:transform.LookAt(target);
if that's what you're going for.
already using that to follow the target. problem was positioning the camera so it would see both the target and the player and be behind the player