Can't Set Weld Constraint with Script

So, I try to do a stand script but can’t weld it to HumanoidRootPart.

		local weld = Instance.new("WeldConstraint", HumanoidRP)
		weld.Part0 = HumanoidRP
		weld.Part1 = Mystand:WaitForChild("HumanoidRootPart")

this is how i try to set weld constraint.

1 Like

it didn’t worked and isn’t

(“WeldConstraint”, HumanoidRP)

is the same thing?

1 Like

nevermind i just fixed it somehow

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.