Use it in a local script, change the number to up or down the mouse sensitivity.
local UIS = game:GetService("UserInputService")
local UGS = UserSettings():GetService("UserGameSettings")
UIS.MouseDeltaSensitivity = 0.5 / UGS.MouseSensitivity
Use it in a local script, change the number to up or down the mouse sensitivity.
local UIS = game:GetService("UserInputService")
local UGS = UserSettings():GetService("UserGameSettings")
UIS.MouseDeltaSensitivity = 0.5 / UGS.MouseSensitivity