|
| 24 Nov 2012 04:43 PM |
Can someone make a script that puts the camera at position 0,0,0 (They work on positions right?)
I want to understand how it works
It has to be a local script right? |
|
|
| Report Abuse |
|
|
Xnite515
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 22763 |
|
|
| 24 Nov 2012 04:44 PM |
| Works with CFrame, camerasubject. |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2012 04:44 PM |
Always a local:
while wait() do game.Workspace.CurrentCamera.CoordinateFrame = CFrame.new(0,0,0) end
Want a script? Send me a PM and we'll work out a deal! |
|
|
| Report Abuse |
|
|
| |
|
|
| 24 Nov 2012 05:09 PM |
How do I make it work WITHOUT following the head?
Life free cam
Like at some RPG games |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2012 07:08 PM |
game.Workspace.CurrentCamera.CameraSubject = nil
Want a script? Send me a PM and we'll work out a deal! |
|
|
| Report Abuse |
|
|
| |
|
|
| 24 Nov 2012 09:33 PM |
game.Workspace.CurrentCamera.CameraType = "Scriptable"
Want a script? Send me a PM and we'll work out a deal! |
|
|
| Report Abuse |
|
|