WeldConstraint making arm look weird

  1. What do you want to achieve? Make the arm not lose its texture

  2. What is the issue? https://cdn.discordapp.com/attachments/712387434318659695/822577490996363284/unknown.png

  3. What solutions have you tried so far? Cloning arm

	local partB = character.Torso
	partA.Position = Vector3.new(0, 10, 0)
	partB.Position = Vector3.new(0, 10, 2.5)
	partA.Parent = character
	local weld = Instance.new("WeldConstraint")
	weld.Parent = character.Torso
	weld.Part0 = partA
	weld.Part1 = partB

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.