format
This commit is contained in:
parent
efcac3b7ec
commit
4051743c0e
|
|
@ -384,7 +384,32 @@ function InitalizeClientAppearance(Player,Hat1ID,Hat2ID,Hat3ID,HeadColorID,Torso
|
||||||
typeValue.Name = "CustomizationType"
|
typeValue.Name = "CustomizationType"
|
||||||
typeValue.Parent = newFace
|
typeValue.Parent = newFace
|
||||||
typeValue.Value = 6
|
typeValue.Value = 6
|
||||||
--BODY PARTS
|
--HEADS
|
||||||
|
local newHead = Instance.new("StringValue",newCharApp)
|
||||||
|
if (HeadID ~= nil) then
|
||||||
|
newHead.Value = HeadID
|
||||||
|
newHead.Name = HeadID
|
||||||
|
else
|
||||||
|
newHead.Value = "DefaultHead.rbxm"
|
||||||
|
newHead.Name = "DefaultHead.rbxm"
|
||||||
|
end
|
||||||
|
local typeValue = Instance.new("NumberValue")
|
||||||
|
typeValue.Name = "CustomizationType"
|
||||||
|
typeValue.Parent = newHead
|
||||||
|
typeValue.Value = 7
|
||||||
|
--TORSOS
|
||||||
|
local newTorso = Instance.new("StringValue",newCharApp)
|
||||||
|
if (TorsoID ~= nil) then
|
||||||
|
newTorso.Value = TorsoID
|
||||||
|
newTorso.Name = TorsoID
|
||||||
|
else
|
||||||
|
newTorso.Value = "DefaultHead.rbxm"
|
||||||
|
newTorso.Name = "DefaultHead.rbxm"
|
||||||
|
end
|
||||||
|
local typeValue = Instance.new("NumberValue")
|
||||||
|
typeValue.Name = "CustomizationType"
|
||||||
|
typeValue.Parent = newTorso
|
||||||
|
typeValue.Value = 8
|
||||||
end
|
end
|
||||||
|
|
||||||
function CSServer(Port,PlayerLimit)
|
function CSServer(Port,PlayerLimit)
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
|
||||||
|
<External>null</External>
|
||||||
|
<External>nil</External>
|
||||||
|
</roblox>
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
|
||||||
|
<External>null</External>
|
||||||
|
<External>nil</External>
|
||||||
|
</roblox>
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
|
||||||
|
<External>null</External>
|
||||||
|
<External>nil</External>
|
||||||
|
</roblox>
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
|
||||||
|
<External>null</External>
|
||||||
|
<External>nil</External>
|
||||||
|
</roblox>
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
|
||||||
|
<External>null</External>
|
||||||
|
<External>nil</External>
|
||||||
|
</roblox>
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
|
||||||
|
<External>null</External>
|
||||||
|
<External>nil</External>
|
||||||
|
</roblox>
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
|
||||||
|
<External>null</External>
|
||||||
|
<External>nil</External>
|
||||||
|
</roblox>
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
|
||||||
|
<External>null</External>
|
||||||
|
<External>nil</External>
|
||||||
|
</roblox>
|
||||||
Loading…
Reference in New Issue