ArdaDndar
(assasin)
#1
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
ArdaDndar
(assasin)
#3
it didn’t worked and isn’t
(“WeldConstraint”, HumanoidRP)
is the same thing?
1 Like
ArdaDndar
(assasin)
#4
nevermind i just fixed it somehow
1 Like
system
(system)
Closed
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.