|
| 04 Sep 2012 05:37 PM |
What's the code for it? Cause when I do this it shows up as 0
script.Parent.Equipped:connect(function(Mouse) Mouse.KeyDown:connect(function(Key) print(Key) end) end)
And also you can use "i" as long as your screen is fully zoomed in :)
so back on topic, what's the code for shift. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 04 Sep 2012 05:39 PM |
script.Parent.Equipped:connect(function(Mouse) Mouse.KeyDown:connect(function(Key) print(string.char(Key)) end) end)
|
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 04 Sep 2012 05:40 PM |
| Either that or use string.byte. Always get confused by the two ^-^ |
|
|
| Report Abuse |
|
|
|
| 04 Sep 2012 05:41 PM |
http://wiki.roblox.com/index.php/Taking_keyboard_input
†KMXD† |
|
|
| Report Abuse |
|
|