You would just replace the “Get Right Vector” and “Get Forward Vector” that you’re getting from your actor with just “Vector Forward” and “Vector Right” (because you want world, not actor).
These should return 1,0,0 and 0,1,0. If W and S go left to right and A and D go forward and back, switch them (it depends on if X or Y is forward in your built level.)