I have recently made a game using the ACS engine and it also has Medsys with it and to open the menu for medsys i need to press LeftAlt.
A friend of mine on the PS5 wants to be able to use the menu too but after trying to bind buttonY to it, it dint work for some reason.
After i did some digging i found out i can only bind 1 key to the interaction menu when using this type of code ,InteractionMenuKey = Enum.KeyCode.LeftAlt, Enum.KeyCode.ButtonY.
I want to find out how to do it a different way but i cant seem to solve it.
Im personally not very good at scripting and for that reason im asking for help in this.
I think this belongs under the name modules sorry if im mistaken.