Advertisement
toonrun123

Tool Drop Flooder Script

Jan 26th, 2020
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.91 KB | None | 0 0
  1. --Required:
  2. --Tool
  3.  
  4. --[[How to use:
  5.     First, Spam Tool, Use This Script.]]
  6.  
  7. local AllowedDetction = true
  8.  
  9. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  10.     if v:IsA("Tool") or v:IsA("HopperBin") then
  11.         wait()
  12.         v.Parent = game.Players.LocalPlayer.Character
  13.         v.Parent = game.Workspace
  14.     end
  15. end
  16.  
  17. for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  18.     if v:IsA("Tool") or v:IsA("HopperBin") then
  19.         wait()
  20.         v.Parent = game.Workspace
  21.     end
  22. end
  23.  
  24. if AllowedDetction == true then
  25. game.Players.LocalPlayer.Backpack.ChildAdded:connect(function(Obj)
  26.     if Obj:IsA("Tool") or Obj:IsA("HopperBin") then
  27.         wait()
  28.         Obj.Parent = game.Players.LocalPlayer.Character
  29.         v.Parent = game.Workspace
  30.     end
  31. end)
  32.  
  33. game.Players.LocalPlayer.Character.ChildAdded:connect(function(Obj)
  34.     if Obj:IsA("Tool") or Obj:IsA("HopperBin") then
  35.         wait()
  36.         Obj.Parent = game.Workspace
  37.     end
  38. end)
  39. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement