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?

Table/Dictionary depending on your wanted behaviour however pretty much the same somewhat.

Inventories are just tables/dictionaries at heart. Just loop through whatever is holding your data, create a new selectable/interact-able like an image button from a template which is cloned (as you don’t want to have to edit pre-existing data this could cause issues).


No I am not going to give you a code example. This is pretty basic to write and handle depending on your goal. I would prefer people (like you who are not the most knowledgable) to use their brains and try to figure it out themselves.