Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "GymLining" then
- value:Destroy()
- end
- end
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "Pillars" then
- value:Destroy()
- end
- end
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "Roof" then
- value:Destroy()
- end
- end
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "SupportBeams" then
- value:Destroy()
- end
- end
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "TeamColor" then
- value:Destroy()
- end
- end
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "WallPads" then
- value:Destroy()
- end
- end
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "Walls" then
- value:Destroy()
- end
- end
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "Windows" then
- value:Destroy()
- end
- end
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "Extras" then
- value:Destroy()
- end
- end
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "GymFlags" then
- value:Destroy()
- end
- end
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "Logo" then
- value:Destroy()
- end
- end
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "TrophyBox" then
- value:Destroy()
- end
- end
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "Lights" then
- value:Destroy()
- end
- end
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "Logo" then
- value:Destroy()
- end
- end
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "SpawnBox" then
- value:Destroy()
- end
- end
- for key, value in pairs(workspace:GetDescendants()) do
- if value.Name == "Nets" then
- value:Destroy()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment