|
| 16 Apr 2014 05:35 PM |
| I saw in basic objects just now, what is it? |
|
|
| Report Abuse |
|
|
| 16 Apr 2014 05:41 PM |
It is pretty much a function that you call once, then always returns the same output.
This may sound useless at first, but it is quiet useful for making libraries. I use 3 of these for my game(Lead Storm), One holds the animation, another holds the gun programing, and the third a list of the guns.
You can use them such as:
returnedValue = require(game.Workspace.ModuleScript)
Alt. of Jetta765214 |
|
|
| Report Abuse |
|