|
| 06 Sep 2014 07:03 PM |
LocalScript inside a Tool:
script.Parent.Equipped:connect(function() print("Equipped") end)
This is literally all there is in the script. Nothing happens. |
|
|
| Report Abuse |
|
|
comiconor
|
  |
| Joined: 26 May 2009 |
| Total Posts: 16893 |
|
|
| 06 Sep 2014 07:04 PM |
Try:
script.Parent.Equipped:connect(function(m) print("Equipped") end) |
|
|
| Report Abuse |
|
|
|
| 06 Sep 2014 07:05 PM |
| I thought the same thing about 2 hours ago but it still doesn't do anything. |
|
|
| Report Abuse |
|
|
iiEssence
|
  |
| Joined: 18 Jun 2014 |
| Total Posts: 3467 |
|
|
| 06 Sep 2014 07:08 PM |
| Weird, which output are you checking? Studio? DevConsole? |
|
|
| Report Abuse |
|
|
| |
|
comiconor
|
  |
| Joined: 26 May 2009 |
| Total Posts: 16893 |
|
|
| 06 Sep 2014 07:15 PM |
I tested it and you're right...
Wow... |
|
|
| Report Abuse |
|
|
|
| 06 Sep 2014 07:19 PM |
| There's going to be a lot of angry players soon. o.o |
|
|
| Report Abuse |
|
|
comiconor
|
  |
| Joined: 26 May 2009 |
| Total Posts: 16893 |
|
|
| 06 Sep 2014 07:20 PM |
| All of roblox will become unstable; Robloxians will be unable to drink starbucks coffee anymore! |
|
|
| Report Abuse |
|
|
|
| 06 Sep 2014 07:22 PM |
| I'm not entirely sure what that has to do with anything but uhh... more power to ya. O.o |
|
|
| Report Abuse |
|
|
comiconor
|
  |
| Joined: 26 May 2009 |
| Total Posts: 16893 |
|
|
| 06 Sep 2014 07:23 PM |
| The coffee comes in cups, which are tools, which require Equipped to function, which would cause the cups to not work, which would mean no coffee, which means anarchy. |
|
|
| Report Abuse |
|
|
| |
|
Amexurous
|
  |
| Joined: 28 Jan 2014 |
| Total Posts: 324 |
|
|
| 06 Sep 2014 09:04 PM |
| Oh, no no no, you can't use the Equipped event, that'd be too easy |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2014 03:50 PM |
| Yeah I'm not going to lie. Somehow I feel like Roblox is trolling us. |
|
|
| Report Abuse |
|
|
| |
|
|
| 07 Sep 2014 03:53 PM |
| Doesn't work for either. I'll just use a Hopperbin like a noob. :) |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2014 03:54 PM |
| Just wait, if you really need to use a tool or if it would look better, I'm sure roblox will be on this. |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2014 04:35 PM |
| I posted it in technical support and apparently you NEED a Handle in the tool now. You didn't need one before. It seems like a waste of a part to me. |
|
|
| Report Abuse |
|
|