SupremoSG

get tools

Jun 9th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  2. if (v:IsA("Tool")) then
  3. v.Parent = game.Players.LocalPlayer.Backpack
  4. end
  5. end
Add Comment
Please, Sign In to add comment