View difference between Paste ID: HbaXwKC5 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+
		    print(v.Name)
3-
			v:Destroy()
3+
                    print(v.ClassName)
4-
		    elseif v.ClassName == ("Model") then
4+