|
| 19 Nov 2012 03:16 PM |
I know game.Players.Name.Character finds the players character...
But would this work for finding the camera? |
|
|
| Report Abuse |
|
|
|
| 19 Nov 2012 03:17 PM |
| game.Workspace.CurrentCamera |
|
|
| Report Abuse |
|
|
|
| 19 Nov 2012 03:17 PM |
game.Workspace.CurrentCamera
Would find the localplayer's camera.
=-- Luke111000 --= |
|
|
| Report Abuse |
|
|
| |
|
|
| 19 Nov 2012 03:19 PM |
| It's not really "localplayer" 's camera. It's the client's camera. |
|
|
| Report Abuse |
|
|
|
| 19 Nov 2012 03:20 PM |
| How would I find the camera of one player rather then the one in Solo |
|
|
| Report Abuse |
|
|
|
| 19 Nov 2012 03:23 PM |
yew dont... i think u can do dis doe
function returnWithObjectValue ( object , parentOfObjectValue ) local objectValue = Instance.new ( "ObjectValue" , parentOfObjectValue ) objectValue.Name = object.Name objectValue.Value = object return objectValue end
|
|
|
| Report Abuse |
|
|