of     1   

Lecturous
#155407611Friday, February 06, 2015 3:22 AM GMT

I just look into the top of my tab I see that I can insert server and local scripts and something called module scripts. What in the HECK are those? Are they important..?
cntkillme
#155407696Friday, February 06, 2015 3:24 AM GMT

They're not important and exist only to make your life easier. http://wiki.roblox.com/index.php?title=Module_scripts
Lecturous
#155408628Friday, February 06, 2015 3:36 AM GMT

I am trying to understand this wiki page >.< why is it printModule("Test Print") instead of printModule.printThis("Test Print")
cntkillme
#155408788Friday, February 06, 2015 3:38 AM GMT

Because the module script returned a function in that example.
Lecturous
#155408997Friday, February 06, 2015 3:41 AM GMT

now I am starting to see why this isn't used often it just gives variables for multiple scripts wot
cntkillme
#155409101Friday, February 06, 2015 3:43 AM GMT

It's very useful for reusing code. And also more efficient in many cases.
[rfa#hidefromsearch]
#155409178Friday, February 06, 2015 3:44 AM GMT

[rfa#hidefromsearch]
Lecturous
#155409515Friday, February 06, 2015 3:49 AM GMT

and also confusing for stupid people like <---------------------

    of     1