im2awsm
|
  |
| Joined: 25 Aug 2010 |
| Total Posts: 2295 |
|
|
| 04 Sep 2012 01:18 AM |
| Im not quite sure how to do this, so how do you make a local brick? im guessing you put it in currentcamera? But how do i edit it, and will it work online? |
|
|
| Report Abuse |
|
|
|
| 04 Sep 2012 04:59 AM |
| I'm sure you put it in the currentcamera - and I think you have to edit it using localscripts or the command line. |
|
|
| Report Abuse |
|
|
|
| 04 Sep 2012 05:45 AM |
local brick = Instance.new("Part")
trollololol |
|
|
| Report Abuse |
|
|
RoAnt
|
  |
| Joined: 14 Jul 2008 |
| Total Posts: 16794 |
|
|
| 04 Sep 2012 05:49 AM |
Use a local script. Put local script somewhere (descend of Player). In local script, put:
local part = Instance.new("Part",workspace.CurrentCamera) |
|
|
| Report Abuse |
|
|