Hello! I have a problem with making an angle variable from gamepad right stick. I made my character to move on left stick with angle(0, 0, Gamepad.Axis(0, 0), Gamepad.Axis(0, 1)) and it works well but I can't make to work angle(0, 0, Gamepad.Axis(0, 2), Gamepad.Axis(0, 3)) [right stick angle] normally. The only two numbers I get is 0 or 180 and it seems like left-right moving of stick doesn't work. Gamepad isn't broken (tested in games). So I can't understand what is the problem. Help, please!