Unopinionated utility modules for Roblox and Luau.
Module | Install | Description | Learn |
---|---|---|---|
Wrapper | Wally | Bind code to Instance s |
Source |
Stator | Wally | Create minimal state machines | Source |
Instantiate | Wally | Construct instances w/ less code | Source |
Leaderboard | Wally | Set leaderboard stats w/ one line | Source |
HumanoidDescriber | Wally | Easily modify HumanoidDescription s |
Source |
CoreThemer | Wally | Easily theme Roblox's core UI | Source |
Bootloader | Wally | Load / unload OOP services | Source |
If you code in Roblox Studio, you can use Studio Wally to install Wally packages.
- Infer types 🧐 - Types should be inferred where possible, giving you full typing on data you construct.
- Don't assume 🕊️ - You should not be locked into specific formats or methodologies. Not even OOP.
- Minimize 😌 - Modules should not be bloated, overly-complex, or force their dependencies onto you.