char:WaitForChild("Left Leg")
Also don’t use the parent parameter of “Instance.new()” just assign the parent property explicitly like you do with the other properties.
char:WaitForChild("Left Leg")
Also don’t use the parent parameter of “Instance.new()” just assign the parent property explicitly like you do with the other properties.