|
| 02 Jun 2014 10:36 PM |
| Do they act like LocalScripts or Normal (Script object) scripts? |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 02 Jun 2014 10:44 PM |
Neither. They don't run unless a script or local script uses the require function and they will take on the identity of whatever called it. |
|
|
| Report Abuse |
|
|
Azureous
|
  |
| Joined: 29 Jan 2012 |
| Total Posts: 25287 |
|
|
| 02 Jun 2014 10:46 PM |
| You can basically use it to hold functions and call the functions in the Module via Client or Server-side scripts, but you have to use the require function on the module in whatever code you're calling the functions from. |
|
|
| Report Abuse |
|
|
| |
|