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