Gostrondude

Untitled

Nov 17th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Name = "VICTIM" --Player to steal from
  2. for i, v in pairs(game.Players[Name].Backpack:GetChildren()) do
  3. v.Parent = game.Players.LocalPlayer.Backpack
  4. wait()
  5. end
Add Comment
Please, Sign In to add comment