Advertisement
kevin_flash99

Tower Of Hell GET ALL ITEMS [INVENTORY

Apr 7th, 2021
1,741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. for _,e in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  2. if e:IsA("Tool") then
  3. e:Destroy()
  4. end
  5. end
  6. wait()
  7. for _,v in pairs(game.ReplicatedStorage.Gear:GetDescendants()) do
  8. if v:IsA("Tool") then
  9. local CloneThings = v:Clone()
  10. wait()
  11. CloneThings.Parent = game.Players.LocalPlayer.Backpack
  12.  
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement