From 421809850a83f235daa528e8cb8d300208b93e2b Mon Sep 17 00:00:00 2001 From: Bitl Date: Sun, 30 Jul 2017 13:59:38 -0700 Subject: [PATCH] fix --- CSMPFunctions.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index 3dfa4a4..a2343ab 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -141,7 +141,6 @@ end function LoadCharacterNew(playerApp,newChar) --authentic roblox style loading - wait(1.5) local charparts = {[1] = newWaitForChild(newChar,"Head"),[2] = newWaitForChild(newChar,"Torso"),[3] = newWaitForChild(newChar,"Left Arm"),[4] = newWaitForChild(newChar,"Right Arm"),[5] = newWaitForChild(newChar,"Left Leg"),[6] = newWaitForChild(newChar,"Right Leg")} for _,newVal in pairs(playerApp:GetChildren()) do if (newVal.CustomizationType.Value == 1) then