How would I store my pets in an inventory?

https://gyazo.com/08cf5ba1650fb923c8b76955d56fa787

What I’m currently doing for the inventory is saving it to an inventory, created when the player joins the game

It’s inside of the LocalPlayer named as inventory

1 Like

Let me rephrase this. I’m adding a value to the inventory folder.

1 Like

I would reccomend using a table, store all the eggs in that table and save it like that. AlvinBlox made a tutorial on how to make a tool shop system, that could possibly help you.

Sorry for the short reaction, I’m in a rush.

1 Like

I have no idea how to use tables, still learning LuaU

1 Like

Is it possible to store models / objects?

1 Like

In that case, I would highly reccomend learning it by this post:

He seems to do the same thing as me in this video

Alright, I’m not too sure what you would like to achieve?

1 Like

Forgot about this. I actually figured it out. Thanks!