Making Custom Controllers work with Controller

i have a custom charactercontroller that lets you bhop, its made with velocit yand stuff like that but it only works on pc, so im trying to figure out what i’d need to do to make it work for xbox

You have to update the keys with it’s corresponding controller button.

In the average controller, in this order: Controller Button Up, Controller Button Left, Controller Button Down, Controller Button Right… This order correpsonds with that of: WASD. Knowing this, to make this work you will need to replace the key’s meanings. In a computer, when you press a key the computer will attempt to find which input you gave out. I’m not really that experienced with inputs, however I do know you will need to use a different method of finding the event that it is inputted on to get the desired key press action.