Can't rotate camera with rightmouse button

I’m having difficulty with a particular game where I’m not able to use the right-mouse button to drag and turn my camera player-wise, this is applicable both in the game and studio testing. This is despite the fact that my current is set to custom. However, I am able to rotate my camera using shfitlock only. I would like to have my camera revert back to the default one in which you can turn your camera freely. Thanks

image
image

Did you bind any other controls to the right mouse button in a script anywhere? Could there be an invisible Gui covering the screen?

1 Like

Yeah you’re 100% right. I was using the right mouse button for a function and switched to the middle mouse which completely fixed it. Thank you!

1 Like

I’d recommend looking at ContextActionService and how to bind specific controls to different keys without interfering with other functions. It can really help save time binding/unbinding controls on the fly depending on how/when a player uses a button.

1 Like

Okay, much appreciated!

vjziovhjziovzvz

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