When run from a LocalScript, the following line should shift the camera vertically.
workspace.CurrentCamera.CoordinateFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(0, -1, 0)
However, it hasn't been working since May 28th, whether run from command line, script, or localscript. |