dammit bitl part 2

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

View File

@ -459,11 +459,11 @@ function InitalizeClientAppearance(Player,Hat1ID,Hat2ID,Hat3ID,HeadColorID,Torso
end
elseif (i == 6) then
if (RLegID ~= nil) then
newRLeg.Value = RLegID
newRLeg.Name = RLegID
BodyMesh.Value = RLegID
BodyMesh.Name = RLegID
else
newRLeg.Value = "DefaultRLeg.rbxm"
newRLeg.Name = "DefaultRLeg.rbxm"
BodyMesh.Value = "DefaultRLeg.rbxm"
BodyMesh.Name = "DefaultRLeg.rbxm"
end
end
local indexValue = Instance.new("NumberValue")