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.
roblox_dev/ ├── .cursor/rules/ # Cursor AI rules ├── src/ │ ├── client/ # LocalScripts (StarterPlayerScripts) │ ├── server/ # Scripts ...