ShoccessX

Untitled

Jun 25th, 2023 (edited)
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. for key, value in pairs(workspace:GetDescendants()) do
  2. if value.Name == "GymLining" then
  3. value:Destroy()
  4. end
  5. end
  6. for key, value in pairs(workspace:GetDescendants()) do
  7. if value.Name == "Pillars" then
  8. value:Destroy()
  9. end
  10. end
  11. for key, value in pairs(workspace:GetDescendants()) do
  12. if value.Name == "Roof" then
  13. value:Destroy()
  14. end
  15. end
  16. for key, value in pairs(workspace:GetDescendants()) do
  17. if value.Name == "SupportBeams" then
  18. value:Destroy()
  19. end
  20. end
  21. for key, value in pairs(workspace:GetDescendants()) do
  22. if value.Name == "TeamColor" then
  23. value:Destroy()
  24. end
  25. end
  26. for key, value in pairs(workspace:GetDescendants()) do
  27. if value.Name == "WallPads" then
  28. value:Destroy()
  29. end
  30. end
  31. for key, value in pairs(workspace:GetDescendants()) do
  32. if value.Name == "Walls" then
  33. value:Destroy()
  34. end
  35. end
  36. for key, value in pairs(workspace:GetDescendants()) do
  37. if value.Name == "Windows" then
  38. value:Destroy()
  39. end
  40. end
  41. for key, value in pairs(workspace:GetDescendants()) do
  42. if value.Name == "Extras" then
  43. value:Destroy()
  44. end
  45. end
  46. for key, value in pairs(workspace:GetDescendants()) do
  47. if value.Name == "GymFlags" then
  48. value:Destroy()
  49. end
  50. end
  51. for key, value in pairs(workspace:GetDescendants()) do
  52. if value.Name == "Logo" then
  53. value:Destroy()
  54. end
  55. end
  56. for key, value in pairs(workspace:GetDescendants()) do
  57. if value.Name == "TrophyBox" then
  58. value:Destroy()
  59. end
  60. end
  61. for key, value in pairs(workspace:GetDescendants()) do
  62. if value.Name == "Lights" then
  63. value:Destroy()
  64. end
  65. end
  66. for key, value in pairs(workspace:GetDescendants()) do
  67. if value.Name == "Logo" then
  68. value:Destroy()
  69. end
  70. end
  71. for key, value in pairs(workspace:GetDescendants()) do
  72. if value.Name == "SpawnBox" then
  73. value:Destroy()
  74. end
  75. end
  76. for key, value in pairs(workspace:GetDescendants()) do
  77. if value.Name == "Nets" then
  78. value:Destroy()
  79. end
  80. end
Advertisement
Add Comment
Please, Sign In to add comment