Camera Zoom Issues

I am trying to make a first person camera but it only is 3rd person and doesn’t properly zoom into the character. The character is only about 2 studs tall how do I fix this?

What I have tried
Changing Camera Type
Setting Min Zoom to 0

2 Likes

Set the Camera.MaxZoom to 0.5

2 Likes

Or simply just change it StarterPlayer:

image

2 Likes

Where is this in the workspace? found it lol

2 Likes

image

2 Likes

That doesn’t work? The camera is still super zoomed in but not first person.
The size of the head is, 0.666, 0.666, 0.666

1 Like

Being in first person shouldn’t change the size of the character in any way. It just changes the camera’s offset in comparison to the player’s position.

1 Like

strange because it just results in this:


that is the head part

Hm. This is a custom character, correct?

Try setting the MinZoom and MaxZoom properties to 0.

1 Like

yes.
I have tried that
Just did it
same result

1 Like

Does your custom character have a Humanoid or HumanoidRootPart?

If not, use this:

Like the post mentions, you can change the CameraSubject to whatever you want. It would make sense to keep it as “Head”, as your character obviously has a head.

1 Like