Is there a way to make the player's camera better when we change its size?

This should work for finding the current zoom of the player (found this somewhere on the devfourm)

workspace.CurrentCamera.CoordinateFrame.p - player.Character.Head.Position).magnitude

This is where a found that, it’s a bit old but it still might work

*“Coordinate Frame” in the code is Cframe!

1 Like