|
| 08 Jul 2015 01:31 PM |
I have a TextBox with a key in it. I want this to happen:
mouse.KeyDown:connect(function(key) key = key:lower() if key == (controlpanel.CrouchKey.Text) then print("Pressed "..key) end end)
Ain't doing anything. |
|
|
| Report Abuse |
|
|
Locard
|
  |
| Joined: 13 Apr 2014 |
| Total Posts: 3516 |
|
|
| 08 Jul 2015 01:33 PM |
| lower the controlpanel.CrouchKey.Text as well. |
|
|
| Report Abuse |
|
|
|
| 08 Jul 2015 01:35 PM |
| Omfg, actually forgot that.. gg me. Appreciate the help, thank you :) |
|
|
| Report Abuse |
|
|
Locard
|
  |
| Joined: 13 Apr 2014 |
| Total Posts: 3516 |
|
| |
|