-
What do you want to achieve? I want to be able to create a datastore that saves a player’s backpack seperate from their hotbar, and the position of each item in their hotbar
-
What is the issue? I do not know how to get the proper data to determine if a item is in the backpack (`) or hotbar (1-0)
-
What solutions have you tried so far? I already have the datastores neccessary, i just need help figuring out how to find the afformentioned data. I’ve looked up youtube videos, disassembled open source scripts, and looked everywhere in this forum, but nothing matches my search
Below is the current UI i use to replace the natural inventory system. If possible, can someone help me find a way to get this data and properly transfer it to a table so i can put said table into a datastore. Also if possible, can you help me with taking the data from that table and assigning a slot for it based on its position
inventory.rbxm (24.5 KB)