|
| 24 Jun 2013 11:35 AM |
I use this small line of code
c.CameraType = "Scriptable" c.CoordinateFrame = CFrame.new(868.379456, 4.68539143, -865.438721) c.Focus = CFrame.new(866.405701, 4.36267424, -865.427979)
It works good but the focus of the Camera is always the same as the CoordinateFrame, when I put this in the command bar
print(game.Camera.Focus)
Is this because I don't have a camera subject? |
|
|
| Report Abuse |
|
|
|
| 24 Jun 2013 11:36 AM |
| I meant print(Workspace.Camera.Focus) |
|
|
| Report Abuse |
|
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 24 Jun 2013 11:41 AM |
| workspace.CurrentCamera.Focus |
|
|
| Report Abuse |
|
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 24 Jun 2013 11:42 AM |
| If you're using the Scriptable Camera Type, the 'Focus' property does not work. It is merged with the CoordinateFrame property. |
|
|
| Report Abuse |
|
|