Rodash is a collection of core functions expanding the capability of Lua in Roblox.
Please read the docs to learn how to use Rodash in your games.
Please help improve Rodash by submitting any bugs to the Issue Tracker and making a pull request with any new functionality.
See Contributing to this project.
Rodash is intended to serve as a standard library for core functionality that Lua is lacking, similar to those found in Typescript and Rust.
As such, the aim of development is to maintain existing functionality and add standalone helper functions over time, but to avoid adding larger components that would be better suited in a standalone library.
Examples of ideas for future releases include:
round
, equalWithin
, withPrecision
etc.)sumBy
, maxOf
etc.)deserialize
Examples of library functions which would be better suited to other libraries:
If you have any feature requests, please get in touch!