From eb3c2110d12309af16aa8d25227a38e8658efeae Mon Sep 17 00:00:00 2001 From: Bitl Date: Sat, 29 Jul 2017 17:29:04 -0700 Subject: [PATCH] head mesh removal --- CSMPFunctions.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index a7eca17..8d51434 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -244,6 +244,7 @@ function LoadCharacterNew(playerApp,newChar) local newPart = game.Workspace:InsertContent("rbxasset://../../../charcustom/heads/"..newVal.Value) if newPart[1] then if newPart[1].className == "SpecialMesh" or newPart[1].className == "CylinderMesh" or newPart[1].className == "BlockMesh" then + newWaitForChild(charparts[1],"Mesh"):remove() newPart[1].Parent = charparts[1] else newPart[1]:remove()