dammit bitl part 3: the lack of good commits

This commit is contained in:
Bitl 2017-07-27 19:27:53 -07:00
parent 81c9a149d6
commit 6777da7909
1 changed files with 4 additions and 4 deletions

View File

@ -435,11 +435,11 @@ function InitalizeClientAppearance(Player,Hat1ID,Hat2ID,Hat3ID,HeadColorID,Torso
end
elseif (i == 3) then
if (LArmID ~= nil) then
newLArm.Value = LArmID
newLArm.Name = LArmID
BodyMesh.Value = LArmID
BodyMesh.Name = LArmID
else
newLArm.Value = "DefaultLArm.rbxm"
newLArm.Name = "DefaultLArm.rbxm"
BodyMesh.Value = "DefaultLArm.rbxm"
BodyMesh.Name = "DefaultLArm.rbxm"
end
elseif (i == 4) then
if (RArmID ~= nil) then