i want to make a multiplayer top-down shooter but the problem is when i use more gamepads angle of all scopes for different players is determined only by gamepad 0 and i want it to so first player gamepad 0, second player gamepad 1 and so on
i use this to determine angle of the scopes: angle(0,0,gamepad.axis(0,2),gamepad.axis(0,3))
if i made any mistakes in the text i apologize for my english
please help