How to change the Camera minimum / maximum zoom distance to 0 on first person

The minimum zoom distance is 0.5, but even at this distance the camera can still circle around the character, even when you can’t even see your character. Pretty much allows players to see around a corner without their character being visible on the other side. How do you fix this issue?

Use [“CurrentCamera”] on workspace, And there should be some FieldOfView property you can tweak and fix your issue with.

If you want First Person, you can use StarterPlayer.CameraMode.

https://create.roblox.com/docs/reference/engine/classes/StarterPlayer#CameraMode