| |
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 05 Oct 2015 04:01 PM |
you catch more keys like a proper pokémon trainer does
because, y'know, gotta catch 'em all. |
|
|
| Report Abuse |
|
|
| |
|
morash
|
  |
| Joined: 22 May 2010 |
| Total Posts: 5834 |
|
|
| 05 Oct 2015 04:05 PM |
"you catch more keys like a proper pokémon trainer does"
Yep, gotta catch all the Klefki. |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:08 PM |
Because KeyDown doesn't work as efficiently; UIS has less chance of breaking, KeyDown is inefficient; and in general UIS has a lot more functionality so you should begin using it anyway.
"you catch more keys like a proper pokémon trainer does because, y'know, gotta catch 'em all." - Why UIS is better than KeyDown, digpoe, 2015 |
|
|
| Report Abuse |
|
|
larr1212
|
  |
| Joined: 06 Jan 2015 |
| Total Posts: 259 |
|
|
| 05 Oct 2015 04:11 PM |
| Against keydown(And all other mouse input events) it gets much more input, has the IsKeyDown method, can tell if the input is used by some game item such as a GUI or not, is simpler to use(There is 1 event for all input starting, 1 event for all input ending, and 1 event for all input changing.), can tell if the user is focused on the roblox window or not, can tell if the user is using a mobile device, can set the MouseBehavior, can disable and enable the mouse icon, has many support functions for gamepad and mobile, can get the TextBox the user is currently focused on. |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:12 PM |
You're able to use the number keys above the letters with keydown, if you want to use number keys and chat while using UIS then you're doomed
The noobs shall be eradicated. |
|
|
| Report Abuse |
|
|
| |
|
morash
|
  |
| Joined: 22 May 2010 |
| Total Posts: 5834 |
|
|
| 05 Oct 2015 04:20 PM |
| Now go do what digpoe said and catch all the Klefki. |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:22 PM |
"You're able to use the number keys above the letters with keydown, if you want to use number keys and chat while using UIS then you're doomed"
This guy ^ has no idea what he's talking about
"you catch more keys like a proper pokémon trainer does because, y'know, gotta catch 'em all." - Why UIS is better than KeyDown, digpoe, 2015 |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:32 PM |
Lol I obviously do mate, if you use the second value then it will always return the same even when ur not chatting so you can't detect when the player is pressing number keys in chat or outside of chat. Try it yourself before talking bs
The noobs shall be eradicated. |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:34 PM |
eradicate ur wrong bud
i make u math.sqrt() |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:34 PM |
How am I wrong? Try it, I was making an mmo using UIS and that stupid thing made me go back to keydown since my number keys would activate then chatting
The noobs shall be eradicated. |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:37 PM |
eradicate, you're wrong bud
its okay, we all frends here.
... but ur actually wrong :(
i make u math.sqrt() |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:37 PM |
Lol, prove me wrong mate
The noobs shall be eradicated. |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:38 PM |
all you have to do is go into a world and test it :)
i make u math.sqrt() |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:39 PM |
You're acting like I didn't, go ahead prove me wrong
The noobs shall be eradicated. |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:41 PM |
ive used uis before in the way you described that you cant :(
assuming they didnt change anything about uis in the past few weeks, ur wrong :(
i make u math.sqrt() |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:44 PM |
uis can do mobile and gamepad input
hashing target nodes |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:44 PM |
OMG ITS DEMONDARBLE
i make u math.sqrt() |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:45 PM |
OMG YOU'RE BAD AT SPELLING
rebooting distributed databases |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:47 PM |
demondarble marry me :(
i make u math.sqrt() |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:47 PM |
Goodness, settle down.
UserInputService is what you want to use. It will give you more flexibility overall with any user input (hence the service name). KeyDown is deprecated. It never made any sense anyway, because it was tied to the Mouse object (why would keyboard input be tied to a Mouse object?).
I've been using UserInputService and it has been working fine. If you're having issues with it, then you're using it incorrectly. Just play around with it and read the tutorials. |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:47 PM |
maybe if you spell my name properly :)
nerfing ghost shields |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2015 04:49 PM |
get roasted by 2mil rap
i make u math.sqrt() |
|
|
| Report Abuse |
|
|