|
| 18 Jun 2016 06:48 PM |
.......................................
local cam = workspace.CurrentCamera
while true do wait() cam.CameraType = Enum.CameraType.Attach cam.CameraSubject=workspace.CameraLocation
local Focus = game.Workspace.CurrentCamera.Focus * CFrame.new(0, 0, 0.05) game.Workspace.CurrentCamera.CoordinateFrame = CFrame.new(Focus.p) end
..................................... |
|
|
| Report Abuse |
|
|
| |
|
Borsy
|
  |
| Joined: 31 Jul 2014 |
| Total Posts: 15111 |
|
|
| 18 Jun 2016 06:51 PM |
local cam = workspace.CurrentCamera
while true do game:GetService("RunService").RenderStepped:wait() cam.CameraType = Enum.CameraType.Attach cam.CameraSubject=workspace.CameraLocation
local Focus = cam.Focus * CFrame.new(0, 0, 0.05) cam.CoordinateFrame = CFrame.new(Focus.p) end
put this as a localscript in startergui (make sure its localscript)
|
|
|
| Report Abuse |
|
|
|
| 18 Jun 2016 06:55 PM |
| its in a localscript in workspace |
|
|
| Report Abuse |
|
|
|
| 18 Jun 2016 06:56 PM |
| put the local script in starter gui. |
|
|
| Report Abuse |
|
|