Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why does touch event not fire on a part inside tool?

Asked by 2 years ago
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?

1
what does the error say? andioopmyson12 23 — 2y

Answer this question