An open API service indexing awesome lists of open source software.

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

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/)