We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c2f60 commit 6d32b11Copy full SHA for 6d32b11
src/init.luau
@@ -997,7 +997,7 @@ local function OnChildAdded(child: Instance): () -- To Character or Backpack
997
end
998
999
1000
- BackpackScript.BackpackItemAdded:Fire()
+ BackpackScript.BackpackItemAdded:Fire(slot)
1001
1002
1003
local function OnChildRemoved(child: Instance): () -- From Character or Backpack
@@ -1028,7 +1028,7 @@ local function OnChildRemoved(child: Instance): () -- From Character or Backpack
1028
ActiveHopper = nil :: any
1029
1030
1031
- BackpackScript.BackpackItemRemoved:Fire()
+ BackpackScript.BackpackItemRemoved:Fire(slot)
1032
if isInventoryEmpty() then
1033
BackpackScript.BackpackEmpty:Fire()
1034
0 commit comments