Plane İnventory Help

Hi everyone, I need some help with my game.

In my game, I have multiple airplanes. I want to make a vehicle inventory system like in Dussy Trip.

Here’s what I want:

  • Players should see the airplanes they have purchased in the inventory.
  • They should be able to select only one airplane from their owned vehicles.
  • Once selected, the chosen airplane should appear in another world (Place) listed under Asset Manager > Places.

I’m not sure how to set this system up. Could someone help me figure out how to do this?

handle data in a table/buffer
If you store it in a dictionary then you need a buffer or json table
saving should be done using datastore service
Make player loading system
Once player connects to a remote event it should send a signal to server that it is ready to recive data
Send table with data to a client
Now visualize this information from table using UI

1 Like