sefari
|
  |
| Joined: 13 Sep 2007 |
| Total Posts: 32 |
|
|
| 22 Mar 2015 02:23 AM |
On the camera functions page on the wiki it talks about :GetPanSpeed() and GetTiltSpeed() How do you make a camera tilt or pan in the first place?
I looked into several other of the functions trying to find something and could not. Could someone please give me an example of how you make the camera pan or tilt? |
|
|
| Report Abuse |
|
|
Casualist
|
  |
| Joined: 26 Jun 2014 |
| Total Posts: 4443 |
|
|
| 22 Mar 2015 02:31 AM |
TiltUnits and PanUnits
http://wiki.roblox.com/index.php?title=API:Class/Camera |
|
|
| Report Abuse |
|
|
sefari
|
  |
| Joined: 13 Sep 2007 |
| Total Posts: 32 |
|
|
| 22 Mar 2015 02:36 AM |
Could you show me an example that would use that? I tried to use it and it didn't do anything. |
|
|
| Report Abuse |
|
|
Casualist
|
  |
| Joined: 26 Jun 2014 |
| Total Posts: 4443 |
|
|
| 22 Mar 2015 02:53 AM |
local camera do workspace.Changed:connect(function() camera = workspace.CurrentCamera end) camera = workspace.CurrentCamera end wait(2) print"Test" camera:PanUnits(5)
It just moves it at 45 degree angles. |
|
|
| Report Abuse |
|
|