ABOUTPROJECTSRESOURCESCONTACT
yaml2lua

Convert YAML string to Lua table. This package is very simple as it uses serde under the hood which means no extra tokenization takes place. It also supports all YAML and Lua datatypes.

Setup Roblox Studio

This simple GitHub Action allows you to install Roblox Studio which you can integrate with your CI/CD workflow. Currently available only on macOS as Windows runners are slow and Roblox Studio is not officially on Linux.

File Version Bumper

Bump version in any JSON or TOML file with this simple GitHub Action. Unlike most of the available actions this one allows you to bump any .json or .toml file by providing its path.

toml2lua

Convert TOML string to Lua table. This package is very simple as it uses serde under the hood which means no extra tokenization takes place. It also supports all TOML and Lua datatypes.

json2lua

Convert JSON string to Lua table. This package is very simple as it uses serde under the hood which means no extra tokenization takes place. It also supports all JSON and Lua datatypes.

pathsub

Perform the subtraction of one relative or absolute path from another, yielding the subtraction difference rather than the relative path, in contrast to the result obtained when using the pathdiff crate.

svg-to-tsx

Minify and convert all your SVG files to React components (single TypeScript or JavaScript module). This package was specially made for this website to improve optimization even more.

globenv

Globally set & read environment variables and paths (not just for the current process) on Windows, macOS or Linux. This Rust package lets you set environment variables easily and edit environment paths safely.

Advanced Signal

Probably the best implementation of signal class in Roblox as it combines performance and flexibility into one module. You can choose whether you prefer speed or ease of use by changing its config.

Advanced Spring

This implementation of spring class supports every major Roblox and Luau datatype as well as auto running in separate thread. It’s very easy to use and customizable via constructor or global config.

Lua Sorting Algorithms

Implementation of over 20 sorting algorithms in Lua and Luau. All algorithms have been ported from Python which can be found on GeeksforGeeks site. Every file is ready to use module that can be imported.