search/
Start typing to search packages!
package_2
loader
By @bizwiz3
Roblox
Mirrored
A simple way to create a single-script structure.
This loader helps you automatically require and initialize modules organized under a single script, making your codebase cleaner and easier to manage.
🚀 Usage
🛠️ Server: Requiring Services
-- Services
local ReplicatedStorage = game:GetService("ReplicatedStorage")
--@dependencie/s
local Loader = require(ReplicatedStorage.Packages:WaitForChild("loader"))
Loader.LoadDescendants(script.Services)
💻 Client: Requiring Controllers
-- Services
local ReplicatedStorage = game:GetService("ReplicatedStorage")
--@dependencie/s
local Loader = require(ReplicatedStorage.Packages:WaitForChild("loader"))
Loader.LoadDescendants(script.Controllers)
Package Details
Install command (Click to copy)
Version
0.1.0
License
MIT
Safe for commercial use
License identified from the packaged LICENSE file; the manifest declared none.
Automated license review — not legal advice.
