Character Movement Not Working

So the character should be able to move when i press wasd, but nothing happens when I do

Screenshot 95 is the movement script

280020-
Screenshot 96 are the axis mappings

plz help ASAP i gotta finish this school project within like 2 or 3 days thx

tl;dr:

The script looks fine and should work as is - the issue is elsewhere. Perhaps you’re not possessing the pawn or possessing another one? Observe the debug filter - do the nodes update?


The jarring thing here is that you do not have a springarm. While it’s not technically necessary, with a setup like this, it’s likely to lead to some strange movement behaviour, like moving off-axis and I can’t imagine moving backwards with this. It’s hard to tell for sure, though; just a feeling seeing how this is 3rd person and the camera must be offset. You will need to at least disable Use Pawn Control Rotation on the camera to retain some sort of the control.