script.Parent.Blade.Touched:connect(function(hit) print("Touched") print(hit) end)
I place the script in the Blade that welds itself to the handle. The touch event above doesn't fire but there is a touch interest inside Blade. Why doesn't this work?