|
| 22 Oct 2011 11:18 AM |
I've been trying to manipulate the focal point of a camera with no success so far, and what I did is this, I put a script in the seat that changes camera focus point that accesses a localscript in the starterpack that shows up in the backpack to be disabled = false that supposedly changes the camerfocus, but does not work, here are the two scripts.
Said localscript: cam = game.Workspace.CurrentCamera cam.CameraSubject = game.Workspace.Model.Camera1
while true do wait() if script.Parent:findFirstChild("SeatWeld") then char = script.Parent.SeatWeld.Part1.Parent player = game.Players:GetPlayerFromCharacter(char) player.Backpack.local.Disabled = false end end
Said regular script inside of seat. |
|
|
| Report Abuse |
|
MrNicNac
|
  |
| Joined: 29 Aug 2008 |
| Total Posts: 26567 |
|
|
| 22 Oct 2011 11:38 AM |
| Change the CameraType to Attach or something different than what it is already set to. |
|
|
| Report Abuse |
|