my plan was to have a char array of all 26 letters of the alphabet and then randomly pick 1 of them to set as a new bind for a control, but i cannot find a way to turn a string into code, to then execute a BindForLeft = keycode.Letter (it would just be a capital letter of the alphabet).
is there any way to turn string into code? i dont want to have to write an if statement for every letter, plus i might also add other language letters so it would be very time consuming.