|
| 29 Dec 2013 01:59 PM |
| The hopperbin deletes itself when left mouse button is clicked, and this causes the cursor to appear as the OS default cursor instead of the studio cursor. This interferes with ClickDetectors. I don't know if this happens outside of studio but it does in studio. How should I fix this? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
|
| 29 Dec 2013 04:58 PM |
| This problem is happening outside of studio too! |
|
|
| Report Abuse |
|
|
seanb117
|
  |
| Joined: 03 Feb 2010 |
| Total Posts: 1020 |
|
| |
|
|
| 29 Dec 2013 05:10 PM |
| It does not seem like this is related to your script...Seems like a ROBLOX problem. |
|
|
| Report Abuse |
|
|
seanb117
|
  |
| Joined: 03 Feb 2010 |
| Total Posts: 1020 |
|
|
| 29 Dec 2013 05:18 PM |
| It could be a script issue though, but we can't tell completely until he actually shows the script. |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2013 05:29 PM |
script.Parent.Selected:connect(function() script.Parent:Destroy() end)
I took out almost 100 lines of code and tested it like this, I still have the same problem. |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2013 05:30 PM |
| Do the same with a tool and see if it still does it. |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2013 05:38 PM |
I tried this with a tool:
script.Parent.Equipped:connect(function() script.Parent:Destroy() end)
It would not destroy the tool and I got no output |
|
|
| Report Abuse |
|
|