Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 3.41 KB

README.md

File metadata and controls

50 lines (39 loc) · 3.41 KB

Moonlets

Unopinionated utility modules for Roblox and Luau.

Build Status License


Modules 🧩

Module Install Description Learn
Wrapper Wally Bind code to Instances 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 HumanoidDescriptions 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.

Values 💖

  • 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.

By Avafe