Tool Auto Equip

Hello Developers, I’m trying to do something with my tool. Something like when the tool is found in the players backup it auto equips. Then when the player has the tool equipped the tool can’t to uneqiupped.
Please help!

You can force any player to equip a tool by moving the tool into their character instead of their backpack.

1 Like

So I change the part from the backpack to character
and the tool will still function as planned

…and @anxlr also check out this resource:
https://developer.roblox.com/en-us/api-reference/function/Humanoid/EquipTool

1 Like

I knew there was something like that I just couldn’t find it lol.

Disable backpack core gui, and from the server set the parent’s tool to the player’s character. That should make it autoequip and will not let the player unequip it anymore.

1 Like