Hello Developers!
My question is can I store multiple functions in a single module script? And is it a good practice? Or should I store one function per module script? Any reply is appreciated!
Hello Developers!
My question is can I store multiple functions in a single module script? And is it a good practice? Or should I store one function per module script? Any reply is appreciated!
Yes, you can, except if you are using a script that needs a different script because of its name so it can be found. For example, if you type …script.name = ”LightScript”
Thanks! That solved my problem!