I tried to make a function so that my gui updates when the players backpack has stuff added or removed from it, but I don't know why it's not working
player.Backpack.Changed:connect(function()
print("You have gained an item")
end)
3
Because the Player's backpack doesn't actually change unless a property is changed. Say you renamed it or changed the Achievable property, then the event would fire. What you are actually looking for is ChildAdded.M39a9am3R3210— 7y