Hi, I would like to know what I would have to do to keep all the progress the player has made in his Tycoon … could someone give me an idea of how to do it? Thank you!!
Use DataStores.
https://developer.roblox.com/articles/Data-store
Do a table including:
Save it then retrieve it later. Also, save the items as strings, not objects.