I have a character and I have a controller, I copy paste the controller on the screen, I got 2 of the same controls with different ID, and do the same to the character. Now I have to make the 1controller control the 1character and the 2controller controls the 2character.
I tried a thing but there is something wrong, maybe it must be made with Array.
drive.google.com/file/d/1J_jHhUTZLlnj-jUdU2dFfLcFUZ-9JrjS/view
The idea is to make characters controls work in one controller so I don't have to program a input to all controls (1control 2control) by just charging an variable or something I don't know how to program it. Can someone help me?