Need help with making collectible items around the map

I was thinking about features for my game and decided being able to find hats around the mail would be cool I just had a few questions well a lot of questions. How are you meant to make it so when you collect it there’s a infinite source if hats so other plays can get in to. How do you make it so it goes to a inventory GUI not in ti your head. How do you make it in the inventory gui you can equip and unequip and how do you make it so when you leave the game the hats are still in your inventory.

There are mainy resources already providing an inventory system. I suggest if you want to make an inventory system yourself, you should focus on learning how to use:

  • Every GuiObject for creating the inventory.
  • DataStores for saving the items inside the inventory.

A few resources I found:

1 Like

Thank you! You saved me a lot of time :slight_smile: I’m so glad my friend showed me dev forum have a good night or day!

Next time I suggest trying to search it on either google, youtube or the devforum, with which issue you’re facing. It will save you a lot of time! :smile: