AaronSo0908

tower of hell god mode

Aug 11th, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2. if v.Name == "kills" then
  3. v:Destroy()
  4. end
  5. end
Add Comment
Please, Sign In to add comment