I binded rightclick to something else for my game, and now when i want to make everything back to normal, the camera doesnt react to my rightclick anymore (It wont move around my player).
How do i re-bind right click to camera movement?
I binded rightclick to something else for my game, and now when i want to make everything back to normal, the camera doesnt react to my rightclick anymore (It wont move around my player).
How do i re-bind right click to camera movement?
Uhhhh. Are you sure you dont have anything in StarterPlayer - StarterPlayerScripts that would override camera controls?
Not sure if this helps but I believe there is a function for that (right click moving camera) in the PlayerModule
Does it use ContextActionService? You have to return ContextActionResult.Pass for it to get to the camera handler (source)