|
| 10 Mar 2013 07:02 PM |
function(clicked)
--stuff here
end
script.Parent.MouseButton1Down:connect(clicked) |
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 10 Mar 2013 07:03 PM |
You need to describe your situation better.
This is in a block I presume? or Is it in a GUI? |
|
|
| Report Abuse |
|
|
jonesj627
|
  |
| Joined: 06 Oct 2010 |
| Total Posts: 1496 |
|
|
| 10 Mar 2013 07:04 PM |
function clicked()
--stuff here
end
script.Parent.MouseButton1Click:connect(clicked) |
|
|
| Report Abuse |
|
|
1Topcop
|
  |
| Joined: 09 Jun 2009 |
| Total Posts: 6635 |
|
|
| 10 Mar 2013 07:05 PM |
| function clicked() -- Not function(clicked) |
|
|
| Report Abuse |
|
|
| |
|