The AlignOrientation has a LookAtPosition that can do this if you’re OK with the NPC only moving a single neck joint. If you want a more sophisticated look-at behavior, where the NPC can turn their neck, torso, etc, as needed to track the target, then you could use an IKControl, which also has Look At functionality, but can solve a chain of joints, rather than just one.