PyracelJoin Date: 2013-07-21 Post Count: 3207 |
I hear about it everywhere, but what the heck is it? |
|
|
"A ModuleScript is a Script-like object that contains code for a module. Unlike other scripts, a module does not execute when a game starts. The code in a module script can be run by calling the require global function with the ModuleScript as an argument. Its code is executed at the point it is required, and will only be executed once per peer (server/client). If a ModuleScript is required multiple times in the same environment the return value from the first execution will be used for every require call.
When writing code for a large project, you may find yourself defining the same function in several different places. Using module scripts, you can define a function in one place to be used in any number of scripts. This makes maintaining and updating code much easier, as you only have to make changes in one place (as opposed to searching for all the scripts where you use the function). "
http://wiki.roblox.com/index.php?title=API:Class/ModuleScript
Matthew is my little PF snake. |
|
PyracelJoin Date: 2013-07-21 Post Count: 3207 |
Thanks. What is a PF snake? |
|
AethexJoin Date: 2011-10-16 Post Count: 2193 |
@dudefun1234 It's just their signature (they put that at the bottom of every post). |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
hahahaha only i know what it means (btw im matthew nice to steak you) |
|
PyracelJoin Date: 2013-07-21 Post Count: 3207 |
I know what a signature is, I was just wondering who the PF snake was. Apparently its him ^. |
|
|
It is so disorienting to hear someone's name IRL, I really never get used to it no matter how many people's real names I have memorized.
|
|
DevVinceJoin Date: 2008-11-08 Post Count: 9245 |
Mine is easy to remember. :)
|
|
IsostaJoin Date: 2015-05-10 Post Count: 14729 |
git gud
the power of the meme ( ͡° ͜ʖ ͡°) |
|