Why does this happen when I change the players character to a new one?

So I’m trying to change the players character but every time I try this happens

Why is this happening and how do I fix this
code

	local cframePo = CFrame.new(char:FindFirstChild('HumanoidRootPart').Position)
	newChar.Parent = workspace
	player.Character = newChar
	newChar:SetPrimaryPartCFrame(cframePo)
1 Like