How do I make it that the player cant rotate his torso whilst holding right click and moving his camera?

Im trying to make the player not be able to turn his torso / rotate his torso whilst holding down right click with his mouse or is in shiftlock

hi! i’m not very experienced in scripting but try use UserInputService and MouseButton2Down to detect if the player is holding down right click then set the Humanoid.AutoRotate = false

oh wait, i forgot about auto rotate. thank you

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.