In Penthouse Tycoon, I had to fix this Battle Pass and made a simple elevator for Penthouse Tycoon. I also had to debug a lot of issues with performance and other parts of the code.

With the battle pass, the issues I had to fix were for the claiming of items, unlocking premium items, changing what items are to be claimed and flipping through pages.

In Gang Tycoon, I added a simple Heist feature when the player robs a store. It was made up of simple button devices and guard spawners. I also added some UI elements to help the player know they’re stealing something and when they run away from the heist.

I fixed the Material Shop to change the material of your base and I also added a PVP toggle through Verse.

In Yacht Tycoon, I made custom triggers that would help performance for the game. The problem was that load times were slow and there was too much computation happening in one single tick.
To solve this, we decided to remove Trigger devices and make a custom trigger since most Tycoon maps have custom triggers now.