Advertisement
yougotoof

art

Jan 2nd, 2019
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2. while true do
  3. for i,v in pairs(workspace:GetDescendants()) do
  4. if v:IsA("BasePart") then
  5. if v.Name == "Terrain" then
  6.  
  7. else
  8. v:Destroy()
  9. end
  10. end
  11. end
  12. wait(0.001)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement