Something along the lines of game.Players.LocalPlayer:GetPlayerCamera() or something to that sort? I need to get the camera so I can change the field of view. My appreciation in advance! :)
In a localscript,
local camera = game.Workspace.CurrentCamera
(CurrentCamera is actually a property of Workspace.)