I think I know what you are asking. You can use the ServerStorage from the main folders and then use a script to copy the part wherever you want to give it.
Uhhh…No I mean like when you leave , the models save and once you join again , the models loads once again , and having same parts inside it , so how can I save a model , should it be externally or like how ?
Just like lumber tycoon 2 does, It saves each property of everything that is inside the your plot into the game datastore and it loads exactly as saved
It is complex to do but yeah-
Ok, so you probably want a tycoon save/load script. As far as I am aware of how Ultraw’s Pizza Factory Tycoon works, you can use Zed’s Tycoon Kit with PlaasBoer’s Zed’s Tycoon Save to play with and understand the system, then build your own based on your preferences. The scripts are easy to understand.
Zed’s Tycoon Kit is for creating a basic tycoon
PlaasBoer’s Zed’s Tycoon Save is for saving the tycoon, stats and also creating rebirths (as an extra).
Ok , but maybe you’re still unclear , I’m basically talking about , when in Pizza Factory Tycoon you make pizzas , what I think is it would be grouped as a model after you do it , then when you leave what I think is it would save the pizza as model with same ingredients, after you join once again , it loads your pizza as the same model . I want to know is this possible or it’s just my assumption
Obviously, it is possible, but not with models. I can’t really explain to you how it’s done since the devs know what system they used. This is a very complicated system for it to work fast and well as it works in that game. My best bet would be that you have to store the ingredients in a folder in ServerStorage and then when the player makes the pizza, save the pizza into a table (by using the datastore service). Load it when the player rejoins.
Here you also have to work with the visual, not just the data itself. So you have 2 problems in one.
As far as I can tell from the trailer you drag and drop ingredients anywhere onto the pizza. Then according to you it saves the pizza (with the positions of all the ingredients).
So basically exactly like lumber tycoon 2, but instead of a plot you have a pizza.
For pizza’s it would be even easier, you just need to save a list of ingredients. Each ingredient is a string (the type of ingredient), a position and a rotation (or maybe not, I can’t tell from the trailer)