View difference between Paste ID: sw5VDTXu and gvrSGUka
SHOW: | | - or go back to the newest paste.
1
 for i,v in pairs(game.Workspace:GetChildren()) do
2-
		    if v.ClassName == ("BasePart") then
2+
		   v:Destroy()
3-
			v:Destroy()
3+