openLuaus is a personal library of Luau modules designed to speed up common tasks in Roblox game development — from utility functions to reusable systems — so you don't have to reinvent the wheel on every project.
| Module | Description |
|---|---|
Network |
Unified remote wrapper — one named-connection API on top of RemoteEvent, UnreliableRemoteEvent, RemoteFunction and BindableEvent, with a built-in client-ready handshake |
Maid |
Tracks tasks (functions, connections, threads, Instances, objects with Destroy/DoCleaning/Cleanup) and cleans them all up at once |
Signal |
Lightweight, allocation-friendly signal/event implementation with pooled coroutines, :Once(), :Await(), and RBXScriptSignal wrapping via .From(), Network requires it |
Manually copy, still not method for Rojo
This project is open for use in your own Roblox projects. Feel free to contribute or suggest improvements.
