How would I go about making the camera sensitivity slower?

I’m attempting to make an aim down sights system, but I need the camera to move more slowly while you are aiming down the sights so that it is easier to aim. What are some ways to change the camera sensitivity or otherwise make the move the camera slower?

1 Like

https://developer.roblox.com/en-us/api-reference/property/UserInputService/MouseDeltaSensitivity
Set it to a lower value to make the camera pan slower, and set it to a higher value to make the camera pan faster.

3 Likes

Thank you for the quick response! I initially thought MouseDeltaSensitivity was the solution, but I wasn’t
completely sure.