How would I make a smoother character to character weld

Hello. I would like to know how would I make a smooth character to character weld like in the strongest battlegrounds. Here is my code

		local enemyweld = Instance.new("Weld", hit.Parent.HumanoidRootPart)
		enemyweld.Part0 = hit.Parent.HumanoidRootPart
		enemyweld.Part1 = humanoidrootpart
		enemyweld.C0 = CFrame.new(0, 0, 4)```

https://streamable.com/atygnp
External Media

here is what im trying to achieve

this is what i have* i meant. lol sorry for the misunderstanding