Loader
A library loader in Roblox Luau with lazy-loader compatibility and packaged with efficient libraries.
Install / Use
/learn @Mullets-Gavin/LoaderREADME
<div align="center">
<h1>Loader</h1>
A library loader in Roblox Luau with lazy-loader compatibility and packaged with efficient libraries.
</div>Read the documentation!
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.
