Advertisement
Hex4rr

EquipTools

Nov 5th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for _, tool in ipairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  2. if tool:IsA("Tool") then
  3. tool.Parent = game:GetService("Players").LocalPlayer.Character -- I didn't use Equip because the Equip function unequips any other tools in your character.
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement