Advertisement
suramraja1

Removveee

Jan 19th, 2022 (edited)
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.08 KB | None | 0 0
  1. workspace.Terrain:Clear()
  2.  
  3. for i,v in pairs(game.Workspace:GetDescendants()) do
  4. if v.Name == "TeleportSchool" then
  5. v:Destroy()
  6. end
  7. end
  8.  
  9. for i,v in pairs(game.Workspace:GetDescendants()) do
  10. if v.Name == "Part" then
  11. v:Destroy()
  12. end
  13. end
  14.  
  15. for i,v in pairs(game.Workspace:GetDescendants()) do
  16. if v.Name == "Seat" then
  17. v:Destroy()
  18. end
  19. end
  20.  
  21. for i,v in pairs(game.Workspace:GetDescendants()) do
  22. if v.Name == "teleporter1a" then
  23. v:Destroy()
  24. end
  25. end
  26.  
  27. for i,v in pairs(game.Workspace:GetDescendants()) do
  28. if v.Name == "teleporter1b" then
  29. v:Destroy()
  30. end
  31. end
  32.  
  33. for i,v in pairs(game.Workspace:GetDescendants()) do
  34. if v.Name == "LoveDorm" then
  35. v:Destroy()
  36. end
  37. end
  38.  
  39. for i,v in pairs(game.Workspace:GetDescendants()) do
  40. if v.Name == "Model" then
  41. v:Destroy()
  42. end
  43. end
  44.  
  45. for i,v in pairs(game.Workspace:GetDescendants()) do
  46. if v.Name == "Union" then
  47. v:Destroy()
  48. end
  49. end
  50.  
  51. for i,v in pairs(game.Workspace:GetDescendants()) do
  52. if v.Name == "MeshPart" then
  53. v:Destroy()
  54. end
  55. end
  56.  
  57. for i,v in pairs(game.Workspace:GetDescendants()) do
  58. if v.Name == "VehicleSeat" then
  59. v:Destroy()
  60. end
  61. end
  62.  
  63. for i,v in pairs(game.Workspace:GetDescendants()) do
  64. if v.Name == "zebra chair seat" then
  65. v:Destroy()
  66. end
  67. end
  68.  
  69. for i,v in pairs(game.Workspace:GetDescendants()) do
  70. if v.Name == "SwingSeat2" then
  71. v:Destroy()
  72. end
  73. end
  74.  
  75. for i,v in pairs(game.Workspace:GetDescendants()) do
  76. if v.Name == "SwingSeat1" then
  77. v:Destroy()
  78. end
  79. end
  80.  
  81. for i,v in pairs(game.Workspace:GetDescendants()) do
  82. if v.Name == "grass" then
  83. v:Destroy()
  84. end
  85. end
  86.  
  87. for i,v in pairs(game.Workspace:GetDescendants()) do
  88. if v.Name == "Wedge" then
  89. v:Destroy()
  90. end
  91. end
  92.  
  93. for i,v in pairs(game.Workspace:GetDescendants()) do
  94. if v.Name == "musicclassbuilding" then
  95. v:Destroy()
  96. end
  97. end
  98.  
  99. for i,v in pairs(game.Workspace:GetDescendants()) do
  100. if v.Name == "nurseryclass" then
  101. v:Destroy()
  102. end
  103. end
  104.  
  105. for i,v in pairs(game.Workspace:GetDescendants()) do
  106. if v.Name == "LocalContent" then
  107. v:Destroy()
  108. end
  109. end
  110.  
  111. for i,v in pairs(game.Workspace:GetDescendants()) do
  112. if v.Name == "Movingwater" then
  113. v:Destroy()
  114. end
  115. end
  116.  
  117.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement