https://github.com/minecoiii2/yet-another-shitty-roblox-module-bootstrapper
An easy-to-use Roblox yielded module booter in Lua / Luau
https://github.com/minecoiii2/yet-another-shitty-roblox-module-bootstrapper
bootstrap lua luau roblox roblox-lua
Last synced: about 2 months ago
JSON representation
An easy-to-use Roblox yielded module booter in Lua / Luau
- Host: GitHub
- URL: https://github.com/minecoiii2/yet-another-shitty-roblox-module-bootstrapper
- Owner: minecoiii2
- Created: 2025-04-16T11:16:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-16T11:19:49.000Z (about 1 year ago)
- Last Synced: 2025-04-27T09:57:54.073Z (about 1 year ago)
- Topics: bootstrap, lua, luau, roblox, roblox-lua
- Language: Luau
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yet Another Sh*tty Roblox Module Bootstrapper (YASRMB)
An extremely easy-to-use and not-so-well made module to drag and drop into your game for quick and easy yielded bootstrapping
## Use
Example code
⚠️ **BOOT YIELDS**
```lua
local replicatedStorage = game:GetService('ReplicatedStorage')
local bootstrapper = require('Bootstrapper') -- replace path
bootstrapper:Boot(replicatedStorage.Handlers, {
'HandlerThatRunsFirst',
}
)
```
## License
Do anything you want with my code, credits not needed, i dont even want my name associated with this crap of a module
[UNI](https://choosealicense.com/licenses/unlicense/)