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:
- start a game in studio
- look into PlayerScripts & locate the CameraInput module script
- change any mention of
Enum.UserInputType.MouseButton2
toEnum.UserInputType.MouseButton3
(use the find & replace feature) - 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.