well i want to clone player’s character in my game through server-script , it did clone it but the cloned character has no accessories and shirts… what went wrong?
plr.CharacterAdded:Connect(function(character)
character.Archivable = true
clonedCharacter = character:Clone()
clonedCharacter.Name = plr.Name
clonedCharacter.Parent = playerModelFolder
end)
1 post - 1 participant