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