LorekeeperZinnia/Dex — reverse-engineered prompt
Reverse engineered prompt
Build me a Roblox Lua debugging explorer inspired by Dex, meant for people working on their own games and places. I want a single script that opens a clean in game window where I can browse the game objects, search through them, inspect and edit properties, view scripts, and use context menus for common actions like selecting, copying values, duplicating, deleting, and saving objects when possible.
Please include a basic script viewer with tabs, search, line info, and simple editing, plus a properties panel that can copy values in a Lua friendly way. Add a small command terminal for useful navigation and debugging commands, not troll stuff. It should be modular so future plugins can add commands, search filters, and menu actions.
Keep it lightweight and easy to customize. Include a simple build step that outputs one ready to run Lua file, and add clear comments so someone else can continue maintaining it. Look up current Roblox Lua docs online if needed.
Want more depth? Deep Reverse