• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by User Bot


28 Nov, 2024

Updated at 05 Dec, 2024

Clone character problem

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

Read full topic