Game ReferenceGame Global FunctionsCameraSetFOVOn this pageCameraSetFOV Description Adjusts the field-of-view angle of the active camera. function CameraSetFOV(degrees) --[[ ... ]] end Parameters degrees: number - The desired FOV angle in degrees. Return Values None. Example None.