local game_settings = UserSettings():GetService("UserGameSettings")
local Sensitivty = math.round(game_settings.MouseSensitivity * 100) / 100 --You can remove this line, if you want to keep the bunch of decimals.
This works very well. Just one question; what are some benefits of using the UserSettings() function, what does it also do rather than get the camera’s sensitivity?