I’ve noticed an update when switching from shift lock to normal mouse. Previously, if you were to hold down right-click when in Shift lock and then switch to normal mouse movement you would be able to move your screen around. Now, if you do that you have to right-click again to move your screen.
Here are some clips:
New Update
What I want
Some games have this change and others don’t. Is there a script I can use to revert the change or something in the game settings I can disable / enable? Thanks for your help.
Most likely it’s not a game setting. From what I understand what you probably want to happen was an unwanted bug initially, later patched by Roblox.
You can try to check after Shift Lock has been disabled if the player is holding down Right Mouse Button, then rotate the character based on the X and Z of the Camera CFrame.
So, a new flag was recently enabled (3 months ago called “FFlagUserCameraInputRefactor”) and it has broken the mechanics you want. I forked the PlayerModule script and edited it to work how you want it. rbxm file is attached.