I have a rigidbody that I move with
if Input.isactionpressed("Forward"):
addcentralforce(toglobal(Vector3(-100,0,0)))
if Input.isactionpressed("Left"):
addcentralforce(toglobal(Vector3(0,0,100)))
etc.
The problem is that when I move it left, right, up, or down it starts moving forward too, even though as far as I can tell there's no reason for it to