Need help saving player's item positions in backpack

This is a support category for asking questions about how to get something done on the Roblox websites or how to do something on Roblox applications such as Roblox Studio.

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? I want the player to be able to save the position of the tools in their backpack and when they respawn/rejoin the tools will be in the same slots of the backpack. The player’s default backpack that is not sorted would look like this:


    And the End Result of the player sorting their backpack would stay sorted(even after respawning) like this:

  2. What is the issue? I have not found any possible methods to save the positions of items in the backpack.

  3. What solutions have you tried so far? Its possible I do not know the name of the actual backpack “slots” and so cannot find any solutions so far.

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

1 Like

As far as I know, it is not possible to detect the layout of the backpack.

However, I have seen games where they sort the player’s inventory by something like [Weapon->Equipment->Tools…]

I recommend recreate inventory and you can custom it and add more futures, it’s not that hard to make one.

This is not possible with Roblox’s built-in backpack UI. You have to make one yourself that saves the positions of the items.

Those inventories are custom. They don’t use the default Roblox backpack.

I’ll try to create a custom backpack, but those games had inventory UI that was virtually identical to the default backpack UI.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.