|
| 16 Feb 2015 03:14 PM |
| I am making something with a clickdetector, and it'd be nice to know how to find the clicker. Ty! |
|
|
| Report Abuse |
|
|
|
| 16 Feb 2015 03:19 PM |
part.MouseClick.ClickDetector:connect(function()
end) |
|
|
| Report Abuse |
|
|
|
| 16 Feb 2015 03:20 PM |
oops, I don't use clickdetectors anymore.
part.ClickDetector.MouseClick:connect(function()
end) |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 16 Feb 2015 03:34 PM |
part.ClickDetector.MouseClick:connect(function(clicker) -- clicker is the player
end) |
|
|
| Report Abuse |
|
|