Hello, I’m trying to make a custom keybind system and make it where If key == KeyBind.Value then
But for some reason it doesn’t let me do it off of a value and only KeyDown let’s me use a value as a Key, how would I use input service and if the key == a value then it works? So a value is e and if they press the button the value is it works?
yes that seems fine but the only problem is the key == Keybind.Value,
key isn’t a letter on the keyboard, its a whole input uh I don’t know how to explain.UserInputService.InputBegan
sorry I am late, can i see your code? and the KeyBinds’ Value?
You need to make sure the value is either “E” or Enum.KeyCode.E yeah, eee thx for reading!