I would like to get feedback

Hello developers,
I’m looking to get feedback on how I structure and organise my code and scripts. Any sort of feedback is heavily appreciated so I can utilise it in future games.

Here is the game file of a game inspired by Game Dev Tycoon, it is not completely and I just started it so I just want to get feedback on my start.

For context this also uses suphi’s datastore module as it was easier to implement save slots with it.

GameDevTycoonFile.rbxl (659.7 KB)

I would recommend using more module scripts.

This would make it easy to debug, and write clean code to come back to if you take a break or something.

For example this is how I have one of my projects setup to handle guns

1 Like