Advertisement
SplashExploits

*NEW* Tower Of Hell *FREE ITEMS* script

Oct 21st, 2021
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 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
  15.  
  16. DON'T COPY THIS PART OR BELOW THIs line!!!!---------------------------------------------------------------------
  17. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  18. Credits to SplashExploits(AKA ME) and WEAREDEVS FOR THIS SCRIPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement