How do you save buildings and then load them?
I'm making a tycoon-like game where the user gets to pick what room they want to place down. I have a grid system and when they click on a GUI button, the room appears on their mouse and they can place it wherever. I've tried using data persistence but I understand that that's depreciated and I can't figure out how to use data stores to store buildings instead of data.
I've seen somewhere else that a good idea would be to locate the user's purchases and then save the name of the purchases, put it in a table, convert them to strings and then use a data store. I'm not really sure how to do this and when you are loading in the buildings, how does the game know where to place them or do I need to store all of the details of the purchases, including size and colour, etc...