This commit is contained in:
Bitl 2017-07-30 13:59:38 -07:00
parent de92065547
commit 421809850a
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ end
function LoadCharacterNew(playerApp,newChar)
--authentic roblox style loading
wait(1.5)
local charparts = {[1] = newWaitForChild(newChar,"Head"),[2] = newWaitForChild(newChar,"Torso"),[3] = newWaitForChild(newChar,"Left Arm"),[4] = newWaitForChild(newChar,"Right Arm"),[5] = newWaitForChild(newChar,"Left Leg"),[6] = newWaitForChild(newChar,"Right Leg")}
for _,newVal in pairs(playerApp:GetChildren()) do
if (newVal.CustomizationType.Value == 1) then