i have a destruction system that duplicates parts into smaller parts to make debree, the used part i just to check if its a normal part or a debree part, this is for lights to turn black. since i have prob ten thousands of these scripts would it lag
script:FindFirstChild("used"):Destroy()
else
script.Parent.Color = Color3.new(0,0,0)
for i,v in pairs(script.Parent:GetChildren()) do
v:Destroy()
end
end
** You are now Level 21! **