Pawal-Dev/Motel-Script ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple motel script for a Lua based game server, something that lets players rent a room, enter and leave it, and use it as a private spot to store or access their stuff.

I want it to feel like a real motel system, with a front desk or check in point, a room assignment, and a way to keep each player’s room separate. Add basic interactions, a clean on screen prompt, and make it easy for server owners to set where the motel is and how many rooms there are.

If it makes sense, include a small config file so the location, prices, and room settings can be changed without touching the main code. Please keep it lightweight and organized, and make sure it is ready to drop into an existing server setup. Look up current docs online if you need to.