So what Axis Value is getting is the True or False. Basically grabbing “IsPressed?”. So you can pull that bool and use it to check other stuff. Like for instance “Crouch”, and “Sprint”, You’d pull that bool from the opposing action to check if it is true, so if “Crouch” bool runs false, you can go ahead and “Sprint” or whatever.
Yeah I’d use an axis 1d on this for sure, you need it because you have 3 values
(Axis 1d = Off, OnLeft, OnRight vs
Digital = Off, On).