How do I stop making the camera pan up and down when I scroll in first person?

Hi, So basically when in game, Not studio, Whenever I scroll the camera pans up and down for some odd and unknown reason (to me atleast)

First person code:

Player.CameraMode = Enum.CameraMode.LockFirstPerson

I’m assuming it has something to do with that. Has anyone experienced this issue? If so, How did you fix it? Is there a fix?

2 Likes

I advise you check if there is any other scripts interfering with it.

I get this same problem whenever i scroll while the control key is pressed. It might be an issue in the core scripts.

Could your issue be related to this? Horizontal scroll w/ mouse wheel breaks camera zoom and instead tilts camera - #32 by Deferend

Most likely it’s because Roblox has been buggy lately. Especially with their BlackFrame problem. This could be also another Bug that Roblox has caused to happen.

Seems so, I’ll have to change the keybind I suppose.

Yeah, I just realized that too…