I am making a camera script. I need to tween the camera to the exact CoordinateFrame (or at least close to it is fine) that the camera automatically jumps to when CameraType is set to Custom - or rather, the default CoordinateFrame. What is this exact CFrame? Right now I have this and it's not very close.
local endCFrame = CFrame.new(character.Torso.Position, Vector3.new(character.Torso.Position.X, 15, -45))