Simple Module Loader Example

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.

3 Likes

Like Nevermore or import?

3 Likes

Ah, like i said i am sleep deprived, i’ll edit that into the post.

It’s okay, I’m still gonna check this implementation out.

1 Like

Let’s not forget aero game framework! :stuck_out_tongue:

1 Like