This bug appears when deleting a HopperBin in the Deselect event.
Hopperbins are deprecated, however I need to use them because Tools have a bug that has not been patched. Either patching that bug - or this one, will solve my issue!
This bug appears when deleting a HopperBin in the Deselect event.
Hopperbins are deprecated, however I need to use them because Tools have a bug that has not been patched. Either patching that bug - or this one, will solve my issue!
I was unable to repro this, is it still occuring on your side? If so, can you provide a repro file? Thank you!
This seems to fully reproduce (my studio just updated before attempting).
Step 1: Make a hopperbin
Step 2: Add localscript
local player = game.Players.LocalPlayer
script.Parent.Deselected:connect(function()
script.Parent:Destroy()
end)
Step 3: select & deselect the hopperbin and it will output the error