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
1 | scritpt.Parent.MouseClick:connect( function (playerWhoClicked) |
2 | print (playerWhoClicked.Name) |
3 | end ) |
the param for mouseClick is the player who clicked.