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

Is it normal that I can't use click detectors currently?

Asked by
xGeiko 0
4 years ago

I've had issued using click detectors today when I use them in a local script , and firing events to the local scripts is out of the question since nothing works... I'm getting kinda heated.

1 answer

Log in to vote
0
Answered by
EDLLT 146
4 years ago

It is working fine with me here's the script

clickdetector=game.Workspace:WaitForChild("Part"):WaitForChild("ClickDetector") -- PATH TO CLICKDETECTOR

clickdetector.MouseClick:Connect(function()
    print("Worked")
end)
Ad

Answer this question