AnnonyA/lunaux-decompiler-next ? reverse-engineered prompt
Reverse engineered prompt
Build me a local Luau bytecode decompiler for Roblox that I can run on my own machine. I want to point it at a module or bytecode blob and get back readable Luau source without executing the bytecode, with a simple local web API I can call from a script or browser.
It should handle modern Luau bytecode versions, recover things like tables, functions, loops, conditionals, closures, and common Roblox event patterns, and try to keep the output safe and readable even when it cannot fully reconstruct the original code. Include a small API with docs, plus a simple way to start it on Windows and Linux. A tiny Roblox client example that calls the API would be great too.
If you need to check current docs or behavior for any Luau or Roblox details, look them up online and then wire it together cleanly.
Are you gonna build this?
make sure you review the code using coderabbit