No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-09-17 19:19:09 +01:00
.github/workflows Initial commit 2025-09-17 17:50:43 +01:00
.meta init project structure 2025-09-17 18:13:24 +01:00
.vscode feat: reflection 2025-09-17 19:01:52 +01:00
scripts feat: reflection 2025-09-17 19:01:52 +01:00
src refactor: move stuff around, add required modules 2025-09-17 19:18:01 +01:00
.gitignore Initial commit 2025-09-17 17:50:43 +01:00
.luaurc refactor: move stuff around, add required modules 2025-09-17 19:18:01 +01:00
default.project.json init project structure 2025-09-17 18:13:24 +01:00
LICENSE Initial commit 2025-09-17 17:50:43 +01:00
pesde.lock feat: reflection 2025-09-17 19:01:52 +01:00
pesde.toml feat: reflection 2025-09-17 19:01:52 +01:00
README.md chore: fix readme title 2025-09-17 19:19:09 +01:00

.rbxl encoder

An encoder that converts Roblox instances to the .rbxl binary file format.

Building and Usage

This script was created based upon a template. Please read the documentation on how to best use this template and installation. You can find it on the docs branch here.

If you don't want to read the documentation...

  1. Make sure you install pesde exactly how the documentation describes here
  2. Run pesde install while cd in this (root) directory
    1. [Optional] Reload Luau Language Server (CTRL + P and search for it)
  3. Run build.bat, from the root