So I have this part currently acts as a 'Camera' that I make a script position the players camera to when something is enabled.
I'm trying to avoid having to rely on a part to act as a camera and instead just use math to decide where the players camera should tween too. The issue is I don't really know the exact math I should be doing to calculate where the CFrame/Position of the camera should be based on the position of the NPC Model.
Can anyone help me out with this?