Dinobird
|
  |
| Joined: 29 Apr 2009 |
| Total Posts: 213 |
|
|
| 15 Aug 2014 10:14 PM |
| I am making a gui of sorts that uses key pressing, it works fine with every other key except for 1,2,3, and 4. They are literally the keys I need to work. If it helps it's not the 1,2,3, and 4 from the numpad. |
|
|
| Report Abuse |
|
Nagrath99
|
  |
| Joined: 26 Mar 2011 |
| Total Posts: 1537 |
|
|
| 15 Aug 2014 10:44 PM |
To use the number keys (1 2 3 4 5 6 7 8 9 0) and the '`' symbol (backpack), you need to disable Backpacks
game.StarterGui:SetCoreGuiEnabled("Backpack",false) |
|
|
| Report Abuse |
|
Dinobird
|
  |
| Joined: 29 Apr 2009 |
| Total Posts: 213 |
|
|
| 16 Aug 2014 09:09 PM |
| Thanks, I will be sure to try that. |
|
|
| Report Abuse |
|