Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. while wait(1) do
  2. for i, v in pairs(workspace:GetChildren()) do
  3. if not v:IsA("Terrain") then
  4. if v.Name == "ImNotLeoGaming" then
  5. v:Destroy()
  6. end
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement