So my question is, say if I define a global function/variable in a module script. Can I use that Global function in both a local and server script?
Answer Yes! ModuleScripts can be accessed anywhere given you have the correct parameters this is why they are used alot for frameworks