Hey all,
I tried to weld a grey part to the HumanoidRootPart by using Motor6D(as shown in the gyazo below). But someone off happened? The movements on my character looks really weird and I don’t know what to do to fix this.
Gyazo link: https://gyazo.com/535f1014f81430a14c37ffd9a06f7aee
The code itself:
local w = Instance.new(“Motor6D”, plr.Character.HumanoidRootPart)
w.Part0 = plr.Character.HumanoidRootPart
w.Part1 = new
w.C0 = CFrame.new(-0.000368118286,-1.31130219e-05, -7.14122009, -0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, -1)
Any help is appreciated!