fixed stuff
This commit is contained in:
parent
5c0e55a5f4
commit
8d9da1096e
|
|
@ -131,7 +131,7 @@ function LoadCharacterNew(playerApp,newChar)
|
||||||
newShirt = Instance.new("Shirt")
|
newShirt = Instance.new("Shirt")
|
||||||
newShirt.ShirtTemplate = newVal.Value
|
newShirt.ShirtTemplate = newVal.Value
|
||||||
newShirt.Parent = newChar
|
newShirt.Parent = newChar
|
||||||
elseif (string.match(newVal.Value, "epicgamers") == "epicgamers")) then
|
elseif (string.match(newVal.Value, "epicgamers") == "epicgamers") then
|
||||||
newShirt = Instance.new("Shirt")
|
newShirt = Instance.new("Shirt")
|
||||||
newShirt.ShirtTemplate = newVal.Value
|
newShirt.ShirtTemplate = newVal.Value
|
||||||
newShirt.Parent = newChar
|
newShirt.Parent = newChar
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue