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)