I am trying to make weapon recoil, it works right now but it is really rough because it is just simply multiplying camera cframe by offset cframe. I want to make it smoother by lerping the camera instead of just multiplying it but I could not come out with any solutions.
:Lerp() is used to interpolate between two properties (values) using a specified fraction alpha value (a value between 0 and 1 inclusively which represents a percentage from 0% to 100% of which to aim towards).