Is there something I can do to stop the camera from auto panning while using a vehicleseat?

hello, currently I have a game that relies on vehicle seats to control. but the automatic camera panning that occurs every 2 seconds is annoying and unwanted. I made a feature request and they said that the auto pan issue would be fixed next quarter, but until then I would like to know if there is already a fix to this issue. I looked through other posts and they said to remove some lines in a module somewhere in playerscripts.

could someone clearify on what exactly I should do?

3 Likes

you could change the camera’s CameraSubject to the driver’s humanoid

8 Likes

is it that simple? would this stop the camera from auto-panning when using a vehicle seat?

yep, just tried that now it works, in fact you just gave me some ideas for my game

glad there is an easy solution to this, lots of other posts seem to take the complex way by messing with the players scripts.

1 Like