How can I get my player object to go in the same direction my camera is point

If you post a code snippet, ALWAYS USE CODE TAGS:

How to use code tags: Using code tags properly

Not sure what all you have going on up there but a basic implementation of local motion relative to camera can be found in my proximity_buttons project, in this script:

Look around line 128 for how the inputs are rotated according to camera heading.