Ok so i have multiple parts in one model. Each one has a click detector and a script. I want to be able to use click detectors with one script as a child of the model. -Workspace -model -script -part -click detector -part -click detector -part -click detector -part -click detector
I tried using a for loop but you have to wait to click one specific part before you can click the second specific part...
You can just put as many functions as you want in one script.
PART.ClickDetector.MouseClick:connect(function() stuff end) PART.ClickDetector.MouseClick:connect(function() stuff end) PART.ClickDetector.MouseClick:connect(function() stuff end)
and so on