if there is an clickdectator in a brick and someone clicks that brick how would you find the person who clicked it.
this is considering the script is inside the clickdetector, inside the part
scritpt.Parent.MouseClick:connect(function(playerWhoClicked) print(playerWhoClicked.Name) end)
the param for mouseClick is the player who clicked.