Roblox update broke stuff

My changing mouse sensitivity script stopped working after the roblox update. What the script did was update the camera CoordinateFrame every time you moved your mouse, but the roblox update must have made the “Move” event delayed or something because now when you move your mouse it’s not smooth at all like it use to be. It did the same thing before the update in studio testing mode, but never when playing the actual game.

Is this going to be fixed? Is there another way to call a function when the mouse is moved without a delay or error?

1 Like

Check the new PlayerScripts future and check the Scripts that are responsible for Mouse Movement / Camera Movement

I’d like to point out that task is one hell of a job: playerscripts are huge.