|
| 12 Jun 2014 04:09 PM |
As far as I know, bindable/remote functions do exactly what module scripts do. So what is the difference?
I'm trying to make a data store saving system so that I can call a function with with a server side script that is stored somewhere. I don't know whether to use Bindable Function or a module script... |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 12 Jun 2014 04:15 PM |
They don't do exactly what module scripts do. If you are using client->server, you don't use either. You use remote functions |
|
|
| Report Abuse |
|
|
|
| 12 Jun 2014 04:17 PM |
| What is the difference between bindable functions and module scripts then |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 12 Jun 2014 04:19 PM |
http://wiki.roblox.com/index.php?title=RBX.lua.BindableFunction_(Object) http://wiki.roblox.com/index.php?title=RBX.lua.ModuleScript_(Object)
Use the wiki next time |
|
|
| Report Abuse |
|
|
|
| 12 Jun 2014 04:41 PM |
| I already checked the wiki |
|
|
| Report Abuse |
|
|
| |
|