Veerk
|
  |
| Joined: 20 Jun 2012 |
| Total Posts: 1597 |
|
|
| 18 Aug 2012 03:25 PM |
Normal scripting doesnt work inside of a local script..
I want an ontouch inside of a local script, is there a certain way to do that? |
|
|
| Report Abuse |
|
|
|
| 18 Aug 2012 03:27 PM |
Why a LocalScript?
† KMXD † |
|
|
| Report Abuse |
|
|
Veerk
|
  |
| Joined: 20 Jun 2012 |
| Total Posts: 1597 |
|
|
| 18 Aug 2012 03:29 PM |
| I am testing things only you can see. |
|
|
| Report Abuse |
|
|
Veerk
|
  |
| Joined: 20 Jun 2012 |
| Total Posts: 1597 |
|
| |
|
|
| 18 Aug 2012 03:38 PM |
| Touched should work the same in a LocalScript as a Script... |
|
|
| Report Abuse |
|
|
Veerk
|
  |
| Joined: 20 Jun 2012 |
| Total Posts: 1597 |
|
|
| 18 Aug 2012 03:38 PM |
| Can it only be touched by other local objects though? |
|
|
| Report Abuse |
|
|
Veerk
|
  |
| Joined: 20 Jun 2012 |
| Total Posts: 1597 |
|
| |
|
|
| 18 Aug 2012 04:00 PM |
How about use a normal Touched script and when it's touched, make it activate a localscript...
~3k posts/20k posts |
|
|
| Report Abuse |
|
|
Flurite
|
  |
| Joined: 03 Apr 2011 |
| Total Posts: 5386 |
|
|
| 18 Aug 2012 04:21 PM |
| The only difference between a LocalScript and a Script is that the LocalScript runs on the client. For a Touched event based script, your script shouldn't matter.. |
|
|
| Report Abuse |
|
|
| |
|