Advertisement
PiggyMooshie0

Untitled

Oct 15th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. --Credit to Aquatic for making this.
  2. --Insert name of the player of who you want to steal the tools from where it says NAME HERE.
  3.  
  4. -----------------------------------------
  5.  
  6. local victim = game.Players.NAME HERE
  7. local victimchildren = victim.Backpack:GetChildren()
  8.  
  9. for i = 1, #victimchildren do
  10. victimchildren[i].Parent = game.Players.LocalPlayer.Backpack
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement