of     1   

Succulence
#138870853Tuesday, July 01, 2014 4:43 PM GMT

every part named "testblock"
Zeloi
#138871194Tuesday, July 01, 2014 4:46 PM GMT

for i,v in pairs(Workspace:GetChildren()) do if v:IsA("BasePart") then if v.Name == "testblock" then v:Destroy() end end end

    of     1