2012 customization
This commit is contained in:
parent
aef41368c1
commit
8aa75b4b13
|
|
@ -663,6 +663,9 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He
|
||||||
elseif (rbxlegacyversion == 11) then
|
elseif (rbxlegacyversion == 11) then
|
||||||
game.CoreGui.RobloxGui.ControlFrame.BottomRightControl:Remove()
|
game.CoreGui.RobloxGui.ControlFrame.BottomRightControl:Remove()
|
||||||
end
|
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)
|
InitalizeClientAppearance(Player,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorID,LeftArmColorID,RightArmColorID,LeftLegColorID,RightLegColorID,TShirtID,ShirtID,PantsID,FaceID,HeadID,TorsoID,RArmID,LArmID,RLegID,LLegID)
|
||||||
else
|
else
|
||||||
pcall(function() game:SetPlaceID(-1, false) end)
|
pcall(function() game:SetPlaceID(-1, false) end)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue