vippass22
|
  |
| Joined: 12 Dec 2009 |
| Total Posts: 45 |
|
|
| 04 Nov 2012 09:20 PM |
outpost: Players.Player1.Backpack.SCAR-L.Zoom Script:18: bad argument #3 to '?' (Object expected, got userdata)
script:
game.Workspace.CurrentCamera.CameraSubject = (Tool.Zoom.Position - Vector3.new(0, 0, 10))
whats wrong? |
|
|
| Report Abuse |
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 04 Nov 2012 09:30 PM |
game.Workspace.CurrentCamera.CameraSubject = (OBJECTNOTPOSITION) What you want is game.Workspace.CurrentCamera.CoordianteFrame |
|
|
| Report Abuse |
|