I’ll start with noting this is my first contribution here, so i hope this is the correct section of the forum for this.
I happened to get bored in my current sleep deprived state, and thought i’d experiment with a simple module loader. This is a similar concept to Nevermore and import (@howmanysmaII brought this to my attention.). I figured i’d drop my end result here for people to learn from as i have no use for it.
This Loader example will allow you to load modules and give them access to each other. It does not, however, provide any security or server-client communication. Keep in mind that there is likely better ways to do this, and i was lazy on some parts.
This is a basic “Framework” of a loader, I’ve included the place file below to look at. I also left comments throughout to help know what each section does.
LoaderExample.rbxl (22.5 KB)
Hopefully it helps someone.