samjay22/RPG-Game — reverse-engineered prompt
Reverse engineered prompt
Build me a Roblox RPG game in Roblox Studio using Lua. I want a simple playable experience where players can spawn into a world, explore, fight basic enemies, gain experience, level up, and see their stats through a clean in game UI.
Keep it beginner friendly but make the code organized so it’s not a messy learning project. Put the right logic on the server, keep shared things in the right place, and make the player UI easy to change later. Add a basic health and damage system, enemy behavior, rewards, and a simple way to expand the game with more enemies or areas.
Please set it up like a real Roblox project with scripts in the normal Roblox services, not just one giant script. Use clear names and comments where helpful. If you need to check current Roblox docs for best practices, look them up and follow them.
Want more depth? Deep Reverse