Changing values from joystick axis (Solved)

So I have an axis on my controller (Thrustmaster T16000M) and like any other axis it goes from -1 to 1. However I need it to go only from 0 to 1. Is there any way I can make it do that in the code?

Add 1 and divide by 2

1 Like

thank you worked like wonders