Mouse sensitivity in FPS

Hey there, I’m working on my FPS game and I want the aim to be less sensitive. Aiming is done with the mouse because the camera follows the cursor. Is there a way to make the cursor move slower?

Greetings,
Ramon

Hello,
I use the lerp function. Here an example to add a smooth camera movement.

1 Like

Thx a million, I will mess around with it to see if it works in my fps game