Make a aiming camera slide

Hey @Granted,

I suggest you take a look at lerp (Linear Interpolation) functions. You could simply lerp (Smoothly move) the camera between two positions as the player aims/stops aiming. You can look at this thread where someone made a script for camera lerping.