I was learning scripting a lot and I was playing Pizza Factory Tycoon (By Ultraw) and I found something which I’m curious to learn
I saw that when you leave , it saves the tycoon and pizza also , fine , but I saw that after joining once again , pizza loads back as a model with same ingredients. So I’m curious to know how can I achieve this ?
I don’t need a full script , just a rough idea will be good !
Uhhh…You need tables to save positions and save that in DataStores , that much I know , my main question is how you can group it with same ingredients you have added to it earlier…I hope that makes sense
you can simply make this by using string value and Datastore, when the player add ingredients make new string value with the ingredients name and save them, when the player join the game check if string value have ingredients or not if yes then clone the ingredients from rep storge and add them to your client’s pizza.