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

Why doesn't this work?

Asked by 9 years ago

It's in a regular script inside, the clickdetector, inside a part, inside a model.

script.Parent.MouseButton:connect(function()
    print("Test")
end)
0
It's MouseClick, not MouseButton. Plus, if you have FilteringEnable on, I have heard click detectors do not work in them. To fix this, Goulstem answered this question; https://scriptinghelpers.org/questions/17049/ M39a9am3R 3210 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago

Just realized the bug.

1
You can edit your original question, there is no need to make a answer. M39a9am3R 3210 — 9y
Ad

Answer this question