I know I will probably sound stupid for asking this and there is probably an easy solution but I need to know how to tween/interpolate/lerp(I don't know the difference I just to smoothly change the position).
There is a smoothing checkbox on the camera and this does everything automatically.
well, if you need a bit more controll of how to make custom 'smoothening', I use slerp on transform basis of camera node,
Right, you can definitely get better control manually but I find the default smoothing works pretty well.
Great, thanks