mustyoshi
|
  |
 |
| Joined: 27 Dec 2007 |
| Total Posts: 41651 |
|
|
| 07 Jun 2009 10:40 AM |
| cause none of my clickdetector things seem to even connect.... |
|
|
| Report Abuse |
|
|
XlegoX
|
  |
| Joined: 16 Jun 2008 |
| Total Posts: 14955 |
|
|
| 07 Jun 2009 10:43 AM |
script.Parent.MouseClick:connect(function() print("Click") end)
try that... |
|
|
| Report Abuse |
|
|
Kisaru
|
  |
| Joined: 09 Jul 2008 |
| Total Posts: 6378 |
|
|
| 07 Jun 2009 11:54 AM |
You don't even need to do that much... unless that lets you skip over the \/ function onClicked() part. |
|
|
| Report Abuse |
|
|
|
| 09 Mar 2015 09:56 PM |
| probably not, but i don't like how they look so i sometimes make my own custom ones |
|
|
| Report Abuse |
|
|
| |
|
|
| 09 Mar 2015 10:08 PM |
Let's just start basic so we know everything works right.
Insert a Part.
Insert a ClickDetector in the part.
Insert a script into the part.
Put it all in Worksapce. ___________________________
In the script write:
a = script.Parent.ClickDetector
a.MouseClick:connect(function()
--code here
end) |
|
|
| Report Abuse |
|
|
|
| 09 Mar 2015 10:26 PM |
It is time to be at the top end of the laughing hierarchy. I am laughing at you. You responded to an age-old thread.
There, that felt better than when KOT pointed that out to me. |
|
|
| Report Abuse |
|
|
|
| 09 Mar 2015 10:34 PM |
Yup.
Well, found it on the front page, so yolo.
KOT is cool. :) |
|
|
| Report Abuse |
|
|
| |
|