From 8aa75b4b130177e5b7838341c0f067a061d7e217 Mon Sep 17 00:00:00 2001 From: carrotZ1 Date: Thu, 3 Aug 2017 19:10:05 -0500 Subject: [PATCH] 2012 customization --- CSMPFunctions.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index f150bde..66bfc77 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -663,6 +663,9 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He elseif (rbxlegacyversion == 11) then game.CoreGui.RobloxGui.ControlFrame.BottomRightControl:Remove() end + if (rbxlegacyversion > 8) then + wait(5) + end InitalizeClientAppearance(Player,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorID,LeftArmColorID,RightArmColorID,LeftLegColorID,RightLegColorID,TShirtID,ShirtID,PantsID,FaceID,HeadID,TorsoID,RArmID,LArmID,RLegID,LLegID) else pcall(function() game:SetPlaceID(-1, false) end)