Skip to content

A library loader in Roblox Luau with lazy-loader compatibility and packaged with efficient libraries.

License

Notifications You must be signed in to change notification settings

Mullets-Gavin/Loader

Repository files navigation

Loader

version docs support

A library loader in Roblox Luau with lazy-loader compatibility and packaged with efficient libraries.

Loader is, at it’s finest, a Roblox Luau library loader with some sweet built-in libraries. Loader aims to replace the require function within your game. By doing so, this allows you to lazy load modules, which means you can require modules by name like require("Module") & deep search your DataModel for that script.

License

This project is licensed under the MIT license. See LICENSE for details.