|
| 03 Apr 2013 02:27 PM |
What would I use?
Yeah, I've been wondering this. |
|
|
| Report Abuse |
|
|
btft
|
  |
| Joined: 19 Feb 2011 |
| Total Posts: 1512 |
|
|
| 03 Apr 2013 02:30 PM |
| Are you an alt? Mysterious 4 posts... hmmm |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2013 02:36 PM |
game.Workspace.CurrentCamera
Please note you cant use Physics |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2013 03:14 PM |
x = Instance.new("Message", game.Players.LocalPlayer.Character) Instance.new("Part", x) |
|
|
| Report Abuse |
|
|
btft
|
  |
| Joined: 19 Feb 2011 |
| Total Posts: 1512 |
|
|
| 03 Apr 2013 03:15 PM |
| @Above, that wouldn't work. It would be Camera as @2 Above said. |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2013 03:20 PM |
Put a localscript in StarterGear and write this in it...
wait() local brick = game.Lighting.CodeDoor local cam = game.Workspace.CurrentCamera local brickClone = brick:clone() brickClone.Parent = cam
Soup's on, everybody! |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2013 04:54 PM |
@btft It worked last time I tried it. Try it. |
|
|
| Report Abuse |
|
|