of     1   

Destroyer892
#163277248Friday, May 29, 2015 10:28 PM GMT

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.
mycheeze
#163280370Friday, May 29, 2015 11:10 PM GMT

workspace.CurrentCamera.CoordinateFrame = workspace.CurrentCamera.CoordinateFrame - Vector3.new(0, 1, 0) Also this is the wrong forum, go to scripters for crying 0wt lowd.
Destroyer892
#163288896Saturday, May 30, 2015 1:03 AM GMT

This is the correct forum, I'm describing a command that worked before the camera update and no longer works. Also, using Vector3 vs. CFrame also has no effect, implying that it is the Camera itself that has changed.

    of     1