I was looking into making a replacement for the current backpack and I got it to equip the tools, but I can't seem to unequip it. I've tried destroying it, but that doesn't work. I've looked around the wiki and it seems that there is an UnequipTools() function, but there isn't any sample code or documentation for it.
There actually is an UnequipTools() method. I have not tested it, but if you do this:
game.Workspace.Player.Humanoid:UnequipTools()
it should unequip all the tools that the player currently has equipped.
I have tested this method. Calling UnequipTools of a Humanoid will deselect the Tool the player is holding, but NOT HopperBins. So yes, in most cases, you can call UnequipTools on the player's Humanoid.
Locked by OniiCh_n, Perci1, M39a9am3R, and TofuBytes
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?