Replacing MouseButton2 camera drag for MouseButton3

Hi, I would like to ask whether it is possible to change the default camera controls with MouseButton3 click drag instead without building from scratch of the camera controls? I’m not able to find any sources to solve my problem.

I was able to achieve this by:

  1. start a game in studio
  2. look into PlayerScripts & locate the CameraInput module script
    image
  3. change any mention of Enum.UserInputType.MouseButton2 to Enum.UserInputType.MouseButton3 (use the find & replace feature)
  4. copy everything under PlayerScripts & paste it under StarterPlayerScripts
1 Like

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