Advertisement
1_F0

Untitled

Jun 22nd, 2020
9,465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Players = game:GetService("Players")
  2. localplayer = Players.LocalPlayer
  3. for _,v in pairs(localplayer.Backpack:GetChildren())do
  4. if v.ClassName == "Tool" then
  5. v.Parent = localplayer
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement