Voile
|
  |
| Joined: 19 Dec 2011 |
| Total Posts: 7598 |
|
|
| 07 Jan 2014 07:08 PM |
i'm still trying to figure out how to make a cutscene but i can't get hte handle of it
basically, i'd want a function that makes the camera slowly move from:
-667.93, 61.18, -11.153
to:
-699.751, 61.12, -11.153
i dont think this is worth asking |
|
|
| Report Abuse |
|
|
Thaeh
|
  |
| Joined: 05 Feb 2011 |
| Total Posts: 7685 |
|
|
| 07 Jan 2014 07:11 PM |
in local script
workspace.CurrentCamera.CameraType = "Scriptable"
workspace.CurrentCamera.CoordinateFrame = Vector3.new(-667.93, 61.18, -11.153) workspace.CurrentCamera:Interpolate(-699.751, 61.12, -11.153, WHERE DO YOU WANT IT TO LOOK AT?, 5) |
|
|
| Report Abuse |
|
|
lolb3
|
  |
| Joined: 16 Jan 2010 |
| Total Posts: 2268 |
|
|
| 07 Jan 2014 07:17 PM |
| http://www.roblox.com/Camera-Library-item?id=106130575 |
|
|
| Report Abuse |
|
|
Voile
|
  |
| Joined: 19 Dec 2011 |
| Total Posts: 7598 |
|
|
| 07 Jan 2014 07:20 PM |
ok thx
btw lolb go die XDDDDD |
|
|
| Report Abuse |
|
|
lolb3
|
  |
| Joined: 16 Jan 2010 |
| Total Posts: 2268 |
|
| |
|
dylan2366
|
  |
| Joined: 22 Dec 2013 |
| Total Posts: 29 |
|
|
| 07 Jan 2014 07:26 PM |
| Try getting the camera manipulation plugin for studio that will help :) |
|
|
| Report Abuse |
|
|
lolb3
|
  |
| Joined: 16 Jan 2010 |
| Total Posts: 2268 |
|
| |
|