Inventory System Finale: Dropping Items | Roblox Scripting Part 4

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

ความคิดเห็น • 7

  • @apex.studios
    @apex.studios  7 หลายเดือนก่อน +1

    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!! 😊

  • @lokithebigdog
    @lokithebigdog 7 หลายเดือนก่อน +1

    awesome vid!

  • @bubbator
    @bubbator 7 หลายเดือนก่อน

    W

  • @Helloitsmemario21345
    @Helloitsmemario21345 7 หลายเดือนก่อน +2

    do you know how to make it so when you die everything drops in stacks?

    • @apex.studios
      @apex.studios  7 หลายเดือนก่อน +1

      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

  • @smoggypanda4000
    @smoggypanda4000 5 หลายเดือนก่อน

    Hey in the Table.remove(data["Priority"], itemName) it says invalid argument 2 expected number but got string can you help that

    • @apex.studios
      @apex.studios  5 หลายเดือนก่อน

      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