|
| 01 Feb 2012 10:22 AM |
| I am making a 'tool' using a HopperBin but the 'Deselected' event wont fire! It works just fine in Play Solo but on Start Server/Player the event isnt firing (I know this because I filled the tool with print functions) |
|
|
| Report Abuse |
|
|
|
| 01 Feb 2012 10:25 AM |
Oh, and here is a (simplified) script:
local p = script.Parent p.Selected:connect(function(m) print("//SELECTED") end)
p.Deselected:connect(function() print("//DESELECTED") end)
Output: //SELECTED //SELECTED //SELECTED //SELECTED //SELECTED //SELECTED //SELECTED //SELECTED |
|
|
| Report Abuse |
|
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
| |
|
|
| 01 Feb 2012 10:28 AM |
| I dont rememeber much from a while ago... Anyway, any ideas on what is wrong? |
|
|
| Report Abuse |
|
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
| |
|
|
| 01 Feb 2012 10:31 AM |
| The Deselected event has no parameter. |
|
|
| Report Abuse |
|
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
| |
|
| |
|
|
| 01 Feb 2012 10:33 AM |
| Could the glitch simply be a problem with Start (Player/Server) and the script works fine online? |
|
|
| Report Abuse |
|
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
| |
|
|
| 01 Feb 2012 10:42 AM |
| The tool works about 95% fine online. |
|
|
| Report Abuse |
|
|