|
| 06 Sep 2011 05:33 PM |
I'm trying to change the camera's position, so it will look like something is being filmed from one spot on the map.
I put this in a Local Script in StarterGui. I ran it in Visit mode in Roblox Studio.
Any reasons why it isn't working? game.Workspace.CurrentCamera.CoordinateFrame = CFrame.new(574, 3.6, -28)
~-SQUEEEEEEEEEEEEEE-~ |
|
|
| Report Abuse |
|
|
|
| 06 Sep 2011 05:36 PM |
Try this:
repeat wait() until game.Players.LocalPlayer game.Workspace.CurrentCamera.CoordinateFrame = CFrame.new(574, 3.6, -28)
-Like an __AWESOME__ boss |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 06 Sep 2011 05:52 PM |
Sorry, that doesn't seem to be working for me in Visit. =/
~-SQUEEEEEEEEEEEEEE-~ |
|
|
| Report Abuse |
|
|
|
| 06 Sep 2011 05:54 PM |
repeat wait() until game.Players.LocalPlayer ~= nil game.Workspace.CurrentCamera.CoordinateFrame = CFrame.new(574, 3.6, -28)
Does it work in online mode?
-Like an __AWESOME__ boss |
|
|
| Report Abuse |
|
|
|
| 06 Sep 2011 05:57 PM |
No, not working in online mode either. =/
~-SQUEEEEEEEEEEEEEE-~ |
|
|
| Report Abuse |
|
|
|
| 06 Sep 2011 06:00 PM |
So, nothing happens at all? Also, if all you want to do is place at a certain position, I suggest placing a brick there, and changing the CameraSubject property to the brick.
-Like an __AWESOME__ boss |
|
|
| Report Abuse |
|
|
DBF98
|
  |
| Joined: 08 Feb 2010 |
| Total Posts: 127 |
|
|
| 06 Sep 2011 06:00 PM |
| I can give you the script in a brick tool. |
|
|
| Report Abuse |
|
|