Hold Tycoon Models?

Hello,
Sorry for the short post there isn’t much to explain.
I’m working on an advanced tycoon (no buttons) what I am trying to figure out his how to hold all the models.

Should I hold all the models in game? Or would it be smarter to use LoadAsset() when I need to get a model?

Thanks,
Bylocks

1 Like

You should have them all in ServerStorage. LoadAsset takes time and what you want is quick feedback.

2 Likes

Store them all in ServerStorage, it’s what it’s for.

Loading them when you need them is a waste of resources.

eeh if you mean the items you can purchase. then clone them and throw them inside a table, then once you want to see them. send the table to the client to display thier costs, and items, once purchasing pull them out of workspace and remove it out of the table