cannonssk
|
  |
| Joined: 02 Mar 2010 |
| Total Posts: 278 |
|
|
| 07 Aug 2012 04:53 PM |
| Ok so i got a moving object in my game and i need it so that the camera follows this instance, such as if it were a player but from a certain distance if there are any questions please let me know! |
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 07 Aug 2012 04:56 PM |
Local Script:
Workspace.CurrentCamera.CameraSubject = Workspace.Part |
|
|
| Report Abuse |
|
|
cannonssk
|
  |
| Joined: 02 Mar 2010 |
| Total Posts: 278 |
|
|
| 07 Aug 2012 04:58 PM |
| Thank you! how would i make this revert back to the normal camera after this finishes |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 04:59 PM |
| Make the camerasubject the humanoid of the player |
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 07 Aug 2012 04:59 PM |
| Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid |
|
|
| Report Abuse |
|
|
cannonssk
|
  |
| Joined: 02 Mar 2010 |
| Total Posts: 278 |
|
|
| 07 Aug 2012 05:00 PM |
| omg ur a life saver thank you! |
|
|
| Report Abuse |
|
|