First-Person camera position adjustment

Hey, I was wondering if anyone knows how to adjust the position of the camera in the FP Camera extension.

Here’s what I tried.
image

The z position of an object is the bottom.
To return the value of the top you’d have to do “Object.Z()+Object.Depth()” and the camera will be at the top of your object. then to center it better you can add “/1.5”, or whatever your comfortable with.

Great, thanks for the help.