of     1   

Pyracel
#189998122Sunday, May 29, 2016 5:59 PM GMT

I hear about it everywhere, but what the heck is it?
CeaselessQuokka
#189998432Sunday, May 29, 2016 6:02 PM GMT

"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.
Pyracel
#189998559Sunday, May 29, 2016 6:03 PM GMT

Thanks. What is a PF snake?
Aethex
#189998674Sunday, May 29, 2016 6:04 PM GMT

@dudefun1234 It's just their signature (they put that at the bottom of every post).
cntkillme
#190016052Sunday, May 29, 2016 9:47 PM GMT

hahahaha only i know what it means (btw im matthew nice to steak you)
Pyracel
#190167483Tuesday, May 31, 2016 5:34 PM GMT

I know what a signature is, I was just wondering who the PF snake was. Apparently its him ^.
JarodOfOrbiter
#190167758Tuesday, May 31, 2016 5:39 PM GMT

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.
DevVince
#190167894Tuesday, May 31, 2016 5:41 PM GMT

Mine is easy to remember. :)
Isosta
#190168313Tuesday, May 31, 2016 5:48 PM GMT

git gud the power of the meme ( ͡° ͜ʖ ͡°)

    of     1