A powerful Lua script that exports all scripts from Roblox place files (.rbxl) into organized directory structures, making it easy to version control, review, and manage your Roblox game code.
├── src/ # Core application code ├── ui/ # Next.js web interface ├── dist/ # Compiled JavaScript ├── docs/ # Documentation ├── scripts/ # Utility scripts │ ├── server/ # Server management scripts │ ...