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
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
Set the Camera.MaxZoom
to 0.5
Or simply just change it StarterPlayer
:
Where is this in the workspace? found it lol
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
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.
Hm. This is a custom character, correct?
Try setting the MinZoom
and MaxZoom
properties to 0
.
yes.
I have tried that
Just did it
same result
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.