I want to limit mouse speed

I am attempting to develop a shooting system, and during the shooting, I want to limit player’s mouse speed. Yet, I don’t have any idea to make the system. I would greatly appreciate any suggestions or concepts to achieve this, even if it’s not a complete script. Thank you!

2 Likes

UserInputService’s MouseDeltaSensitivity may be the thing you are looking for!

1 Like