I am working on a project and I am trying to create a slower-moving camera. I want the camera sensitivity to be more realistic and natural. For example, when you flick your mouse your camera responds quickly in a very unnatural and unrealistic manner. I would like to achieve the opposite of this.
I have tried finding other solutions but came up with no results.
I believe I would have to use Lerp or Tweening to achieve this, but I don’t know where to begin.
If anyone can point me in the right direction or assist me that would be greatly appreciated.