Backpack Visibility and tools

How can I equip tools using a script, when backpack visibility is false? I tried using hum:EquipTool or tool.parent = char, and the tool was equipped but the handle was left on the floor, can anyone help me?

When you say that the ‘handle was left on the floor’, do you mean that it spawned on the player’s character and fall to the floor? Or did nothing happen?

Basically, nothing happened. The handle stayed in the same place that it was before I playtested

If that is the case, did you name the tool’s handle to “Handle”? If not, then that is probably why it’s not working.

  1. Make sure the Handle is named, “Handle” like stated by @Mastercheterpoop
  2. Make sure the Handle and or nothing else in the tool is anchored.