|
| 24 Nov 2013 06:50 PM |
How could I script the camera to be always looking down?
Looking down on the character that is. |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2013 07:22 PM |
b umping in progress.... loaded |
|
|
| Report Abuse |
|
|
GGGGG14
|
  |
| Joined: 29 Jan 2012 |
| Total Posts: 25344 |
|
|
| 24 Nov 2013 07:25 PM |
wiki.roblox.com/
check out tracking methods on the page and CameraType = or CameraMode = ... |
|
|
| Report Abuse |
|
|
| |
|
|
| 24 Nov 2013 10:09 PM |
wiki.roblox.com/index.php/Camera
~ℇℸℇℛηαℒℱίℛℇℇαℸℇℛ~ |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2013 10:31 PM |
| I like how you all think you're helping when you're not. |
|
|
| Report Abuse |
|
|
|
| 25 Nov 2013 09:28 AM |
^Then help him yourself, nimrod.
~ℇℸℇℛηαℒℱίℛℇℇαℸℇℛ~ |
|
|
| Report Abuse |
|
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 25 Nov 2013 10:30 PM |
local camera = workspace.CurrentCamera camera.CameraType="Scriptable"
while wait(0) do camera.CoordinateFrame = CFrame.new(game.Players.LocalPlayer.Character.Head.Position) * CFrame.Angles(0, math.pi/2, 0) * CFrame.new(0, 100, 0) end
not tested and probably requires a bit of editing |
|
|
| Report Abuse |
|
|
| |
|
Thaeh
|
  |
| Joined: 05 Feb 2011 |
| Total Posts: 7685 |
|
|
| 26 Nov 2013 07:38 PM |
| probably what you requested |
|
|
| Report Abuse |
|
|