Exus300
|
  |
| Joined: 17 Nov 2007 |
| Total Posts: 22 |
|
|
| 02 Sep 2011 06:12 PM |
| If you have a anchored block with a touch function is INSIDE another block, will it still work? If not.. is there a way to fix it? |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 02 Sep 2011 06:17 PM |
I don't quite understand what you mean.
You can use a .Touched event for a brick even if the script is in workspace, eg;
workspace.part.Touched:connect(function() end)
<'+1 Post. Ujelly?'> |
|
|
| Report Abuse |
|
|
Exus300
|
  |
| Joined: 17 Nov 2007 |
| Total Posts: 22 |
|
|
| 02 Sep 2011 06:20 PM |
ok.. i have a block... it has a touch function that prints "touched", the problem is.. it is anchored and inside another block and wont call the touch function can i fix this, as in, simulate them touching |
|
|
| Report Abuse |
|
|