This bug only appeared today, and was fine just last night. Anytime I try to rotate the studio camera (in both creating and playtesting mode), my cursor just locks and the camera does not move. THIS OCCURS ALL THE TIME, NO MATTER WHAT (including as soon as I open the .rbxl file). This also occurs in my places both saved to Roblox and saved to file.
I have tried all the solutions I saw online already, including deleting the camera object, restarting my computer, and closing and reentering studio over and over again. It’s completely taken away my ability to develop and I would greatly appreciate it if someone could help me figure out how to fix this issue.
Also the camera does respond to switching to Tracking/Custom, but still cannot rotate.
Also also it responds to the WASD keys and Arrow Keys, but unfortunately arrow keys don’t rotate for some reason in studio.
Is the bug only happening in your game? If it is, check StarterPlayer.StarterPlayerScripts for a ModuleScript called “PlayerModule”. This module is normally a default Roblox module that controls the vast majority of user input, like camera and character movement. If there is anything named PlayerModule under StarterPlayerScripts it will automatically override the default one. So, if you see it there, try deleting it and see if it works.
It seems that the camera has been mostly fixed, with the only immediate issue being my mouse jittering whenever rotating. It’s operable however, even if a bit annoying. At least it was mostly fixed pretty fast I guess.