Hello, I’m making a game where you can purchase and spawn pirate ships.
How would I go about storing what ships the player owns? I saw a popular method utilizing tables but have no clue how to even start. What type of script, where does it go, etc. All I need is a system to store owned ships for each player and a have a way to add and check what ships are owned (for an inventory gui to load the owned ships onto which the player can spawn) Thanks, I just need some ideas on how to execute this!