|
| 27 Jan 2013 09:23 AM |
local Player = script.Parent.Parent local Cam = game.Workspace.CurrentCamera Cam.CameraType = "Custom" while wait() do Cam.CoordinateFrame = Player.Character.Torso.Position+Vector3.new(0,10,0)*CFrame.Angles(math.rad(90),0,0) end
It's not working for some reason. |
|
|
| Report Abuse |
|
Combrad
|
  |
| Joined: 18 Jul 2009 |
| Total Posts: 11025 |
|
|
| 27 Jan 2013 09:25 AM |
My* camera script. I'd of answered your forum if you were patient. |
|
|
| Report Abuse |
|
|
| 27 Jan 2013 09:34 AM |
| Why multiply the Vector3 by CFrame.Angles? CFrame.Angles to CFrame ok |
|
|
| Report Abuse |
|