sliger11
|
  |
| Joined: 18 Jun 2013 |
| Total Posts: 930 |
|
|
| 20 Jan 2014 09:53 PM |
[pls ]
run = game:GetService("RunService") local s = true
function onTouched(part) local Function = coroutine.create(function() wait() local camera = game.Workspace.CurrentCamera camera.CameraType = "Fixed" wait() camera.focus = Cam while wait() do game.Workspace.CurrentCameraFocus = CFrame.new(game.Workspace.ATM.Cam.Position) if s == false then camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid camera.CameraType = "Custom" break end end end) end
script.Parent.Touched:connect(onTouch) |
|
|
| Report Abuse |
|
|
| |
|
Thaeh
|
  |
| Joined: 05 Feb 2011 |
| Total Posts: 7685 |
|
|
| 20 Jan 2014 09:54 PM |
| you didn't even wait for the thread to get off the first page before copying, that's just sad. |
|
|
| Report Abuse |
|
|
jd678
|
  |
| Joined: 18 Apr 2008 |
| Total Posts: 11529 |
|
| |
|
michael82
|
  |
| Joined: 30 Aug 2008 |
| Total Posts: 101 |
|
| |
|