basically if the player moves lets say press a or d the camera in first person will move left or right
Why not try changing the player’s camera’s MaxZoomDistance
and MinZoomDistance
to 0?
player.CameraMaxZoomDistance = 0 ;player.CameraMinZoomDistance = 0
i mean like if the player turns left the camera will turn left like tilt left