Arthur123
|
  |
| Joined: 01 Jun 2008 |
| Total Posts: 5347 |
|
|
| 02 Aug 2011 12:07 PM |
script.Parent.Equipped:connect(function(ms) ms.KeyDown:connect(function(key) print(key) end) end)
No error; it doesn't print the letter... :/ ( yes it's a tool) |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2011 12:10 PM |
| I see no error...Local script? |
|
|
| Report Abuse |
|
|
Arthur123
|
  |
| Joined: 01 Jun 2008 |
| Total Posts: 5347 |
|
|
| 02 Aug 2011 12:15 PM |
| It's quite ridiculous, as all my other tools seem to be working fine >.> |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2011 12:17 PM |
| That's strange...You're using a Local Script right o.o? |
|
|
| Report Abuse |
|
|
Arthur123
|
  |
| Joined: 01 Jun 2008 |
| Total Posts: 5347 |
|
|
| 02 Aug 2011 12:19 PM |
| Yep. I think there's a curse on it... (not really). I mean, I'm trying to make something potentially quite useful right now - yet if my computer isn't randomly shutting down on me, it's deciding to do this... . :/ |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2011 12:20 PM |
Very strange >.> Uhm.
script.Parent.Equipped:connect(function(ms) ms.KeyDown:connect(function(key) Instance.new("Message", workspace).Text = key end) end)
See if that works? If not, then something is screwed up with your comptuer o.o |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2011 12:23 PM |
Is the script disabled? :P
~Sorcus |
|
|
| Report Abuse |
|
|
Arthur123
|
  |
| Joined: 01 Jun 2008 |
| Total Posts: 5347 |
|
|
| 02 Aug 2011 12:24 PM |
| Yeah I'm goan let my computer be to itself for a while, that usually magically fixes things /-__o\. |
|
|
| Report Abuse |
|
|