Chris12089/atlasbss — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Lua script hub for a Roblox Bee Swarm Simulator project called Atlas BSS.

I want it to feel like a small in game menu where the player can open the hub, see the available helper sections, and run the main script from one place instead of dealing with separate files. Keep it lightweight and easy to edit, since this repo only has a few Lua files and no real documentation yet. Use the existing idea of a main script, a rewrite version, and a hive hub section, but make the flow clearer and cleaner.

Please organize the code so it’s obvious where the menu setup, shared helpers, and game related actions live. Add basic comments so someone lightly technical can change labels or add more actions later. If you need current Roblox Lua details, look them up online.

Want more depth? Deep Reverse