Force equip item

Hello developers i want to make a strength simulator, i know how to disable a backpack gui but, i don’t know how to force equip how to make this?

1 Like

Try this Humanoid:EquipTool

1 Like

Hopefully this is what you need help with

local tool = script.Parent
tool.Parent = game.Players.LocalPlayer.Charachter.Backpack
1 Like

Or just paste the tool into their character, it should work too. But that it better

*that as in the :EquipTool

Yeah I think pasting the tool into the Character is the better solution in this case :smile:

And an easier solution. charlimmitts