dammit bitl part 3: the lack of good commits
This commit is contained in:
parent
81c9a149d6
commit
6777da7909
|
|
@ -435,11 +435,11 @@ function InitalizeClientAppearance(Player,Hat1ID,Hat2ID,Hat3ID,HeadColorID,Torso
|
||||||
end
|
end
|
||||||
elseif (i == 3) then
|
elseif (i == 3) then
|
||||||
if (LArmID ~= nil) then
|
if (LArmID ~= nil) then
|
||||||
newLArm.Value = LArmID
|
BodyMesh.Value = LArmID
|
||||||
newLArm.Name = LArmID
|
BodyMesh.Name = LArmID
|
||||||
else
|
else
|
||||||
newLArm.Value = "DefaultLArm.rbxm"
|
BodyMesh.Value = "DefaultLArm.rbxm"
|
||||||
newLArm.Name = "DefaultLArm.rbxm"
|
BodyMesh.Name = "DefaultLArm.rbxm"
|
||||||
end
|
end
|
||||||
elseif (i == 4) then
|
elseif (i == 4) then
|
||||||
if (RArmID ~= nil) then
|
if (RArmID ~= nil) then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue