CWRA0444
|
  |
| Joined: 14 Jan 2010 |
| Total Posts: 6013 |
|
|
| 22 Dec 2014 07:16 PM |
| Can you give me a base script that makes your camera focus on a brick named Bob who's a child of the workspace for five seconds and then returns to your character? I will figure out the rest myself, I just need a starting point. |
|
|
| Report Abuse |
|
|
CWRA0444
|
  |
| Joined: 14 Jan 2010 |
| Total Posts: 6013 |
|
| |
|
Hibobb
|
  |
| Joined: 18 Apr 2010 |
| Total Posts: 2146 |
|
|
| 22 Dec 2014 07:25 PM |
We can explain, not provide.
What you are going to want to do it change the cameratype to scriptable, change the camerasubject to the brick you want, and then do something like cam.CoordinateFrame = CFrame.new(workspace.Bob.Position + Vector3.new(5,2,0),workspace.Bob.Position). Then wait five seconds and return the cameratype to custom and subject to the character's humanoid. |
|
|
| Report Abuse |
|
|
|
| 22 Dec 2014 07:26 PM |
| http://wiki.roblox.com/index.php?title=Camera_manipulation |
|
|
| Report Abuse |
|
|
CWRA0444
|
  |
| Joined: 14 Jan 2010 |
| Total Posts: 6013 |
|
| |
|