🔧 SDK ReferenceManagersPlayerManagerCameraManagersetFovsetFovSets the camera fov for the player.noteThis method is only available in global mode.Syntaxplayer.camera.setFov(transitions);ParametersNameTypeDescriptionfovnumber or nullThe fov to set, null to reset to default.Exampleplayer.camera.setFov(120);Available on: Client Server