Ok, so I kinda understand Roblox’s API. But I want to know how I can start saving a players hats/accessories. I don’t really know how to go about this, I really want someone to elaborate on this topic. I’ve heard that you have to save items in a table but I don’t really know how.
You should research Data Stores to figure out how to do this. Lots of tutorials on YouTube as well as the Developer Hub. From there just apply the skills you’ve learned to this scenario.
Also, before asking for help, make sure to try and solve the problem first before posting.
You can’t save instances to a store, try saving an array of all the names of a player’s hats and upon joining, search under a container for them and let the player receive each hat.
Ok thanks, I will look into understanding data stores more.