Can't move camera in first person

A while ago

game.Players.LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson

resulted in an error.

Then I started using this for first person

localplayer.CameraMaxZoomDistance = 0 localplayer.CameraMinZoomDistance = 0

It was working fine for a month or so, and it worked fine 2 days ago, but now it seems I can’t move the mouse in the first person view.

EDIT:
IT SEEMS I CAN MOVE THE MOUSE, BUT ITS NOT LOCKED IN THE CENTER(my icon is invisible)

1 Like