AUTO RAP BATTLES
Re-Released July 2024
Auto Rap Battles is a Roblox game that I rebuilt from the ground up starting in March of 2024. A friend of mine owned the game and tasked me with giving the game a facelift. Having no prior Roblox developing experience, and very little Lua scripting experience – I spent a lot of time researching how the game engine works, its natives, and the programming language Lua. I had everything ready for re-launch finished on July 11th, 2024, and continue to work on its updates for the foreseeable future. The game currently has 675,000 likes, with 131 million visits!
ABOUT THE GAME
Auto Rap Battles is a social game where two random people are selected to go on stage and take turns rap battling each other. After they both get a set of two turns, the audience votes on the winner and then the cycle repeats. The game has numerous game passes and microtransactions that the player can purchase. The in-game currency “Rap Bars” can be used to purchase in-game cosmetics, borders, custom rap pads, loot boxes, tomato launchers, as well as tomatoes to refill their tomato launchers which are used to hit players and fling them around the map.
TECHNICAL OVERVIEW & DEVELOPMENT FACTS
- Currently developed on about 15,000 lines of code
- Utilizes some modular scripts to help with Object-Oriented Programming
- Exploitation of databases and accessories are completely safe from hackers / cheaters
- Implemented a custom admin system to quickly kick, ban, teleport, or turn anyone invisible
- All UI implementation and animations were done by me
- GetAsync, GetSortedAsync, and SetAsync requests are all well below the server thresholds
- All models and map visuals were contracted out, I coded everything in
- Custom inventory and backpack system. The default one from Roblox was disabled
- Implemented AnalyticsService:LogEconomyEvent on all transactions to see analytics of where in-game currency is used