How to align the players character with the mouse or the centre of the screen

Hello, I am currently using a script that forces the players camera to move where ever the mouse moves, everything works fine but the player is slightly positioned to the left of the mouse. I would like the players character to in the centre of the screen.

Help would be greatly appreciated.

It might be the Humanoid.CameraOffset property. Check if it’s like (2,0,0) which would mean that’s the thing you need to change.

it is currently at 0,0,0

image