If you would like the entire inventory system, subscribe to my Patreon with a minimum of $5 to get access to the entire file without typing any code! Apologies for the late upload, will be pumping videos out every week!! 😊
Realized there was a mistake on my part, just replace it with an index, like table.find(data["Priority"], itemName) then it should return the index used for the table.remove method
If you would like the entire inventory system, subscribe to my Patreon with a minimum of $5 to get access to the entire file without typing any code! Apologies for the late upload, will be pumping videos out every week!! 😊
awesome vid!
W
do you know how to make it so when you die everything drops in stacks?
Dying is fairly simple, just looping through the data table and cloning them. But stacks you would need to create a new pick up system
Hey in the Table.remove(data["Priority"], itemName) it says invalid argument 2 expected number but got string can you help that
Realized there was a mistake on my part, just replace it with an index, like table.find(data["Priority"], itemName) then it should return the index used for the table.remove method