|
| 23 Jul 2014 05:56 PM |
I'm trying to get the camera to move based on where it already is, but I cant get it to work :I
game.Workspace.CurrentCamera.CoordinateFrame = game.Workspace.CurrentCamera.CoordinateFrame - CFrame.new(10,10,10) |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2014 05:57 PM |
| game.Workspace.CurrentCamera.CoordinateFrame = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(-10,-10,-10) |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 23 Jul 2014 05:58 PM |
Make sure its a local script
game.Workspace.CurrentCamera.CoordinateFrame = game.Workspace.CurrentCamera.CoordinateFrame - Vector3.new(10,10,10) |
|
|
| Report Abuse |
|
|