errrr, probably.. hold shift and click the top then click the bottom and delete
or use this script in command bar:
for i,v in pairs(game.Workspace:GetChildren()) do
if v.Name == "Camera" then
v:Destroy()
end
end
:D
if siggy == false then print"nooo :(" end |