|
| 25 Aug 2014 08:06 PM |
So far it looks like game.Players.fightmeirl101.Character = nil
But I need to set the cameratype to fixed so the camera can freeroam
help please |
|
|
| Report Abuse |
|
|
| |
|
|
| 25 Aug 2014 08:09 PM |
| uhh, don't know if this will work, but try to set camerasubject to nil? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
|
| 25 Aug 2014 08:23 PM |
fsfsfs you guys arn't any help |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2014 08:30 PM |
thanks for the help guys really |
|
|
| Report Abuse |
|
|
| |
|
| |
|
Kodran
|
  |
| Joined: 15 Aug 2013 |
| Total Posts: 5330 |
|
|
| 25 Aug 2014 08:43 PM |
To set the camera subject do this in a local script:
local cam = workspace.CurrentCamera
cam.CameraSubject = nil
I'm not 100% sure that's what you want to do, but whatever give it a try. |
|
|
| Report Abuse |
|
|