Ah now I understand So the class your pawn is inheriting from has the WASD movements in it. If you don’t need the WASD movements at all, you could just go into the parent class and get rid of it. If you do need it, you can probably override them somehow, and tell them instead of moving, do nothing.