Advertisement
ArTeMROBLOX

bcr09da1

Feb 22nd, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. for dupe = 1, Value do
  2. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  3. if v:IsA("Tool") then
  4. v.Parent = game.Players.LocalPlayer
  5. wait(0.1)
  6. game.Players.LocalPlayer.Character.Head:Destroy()
  7. wait(6)
  8. end
  9. end
  10. end
  11. for q,e in pairs(game.Players.LocalPlayer:GetChildren()) do
  12. if e:IsA("Tool") then
  13. e.Parent = game.Players.LocalPlayer.Character
  14. end
  15. end
  16. end, {
  17. placeholder = "Number here"
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement