Advertisement
Jump_off_a_cliff

Troll Your Friend!

Apr 20th, 2022
928
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. -- If you want to troll your friend who doesn't know how to script (if you even have one) this is perfect!! It will delete the entire workspace if you couldn't tell
  2.  
  3. local Dumper = game:GetService("Debris")
  4.  
  5. for publisher, virus in pairs(workspace:GetDescendants()) do
  6.     if publisher >= 1 then
  7.         if virus then
  8.             Dumper:AddItem(virus, 1)
  9.         end
  10.     end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement