Plz help. 3rd person movement

Hope someone can help. so I can move my player around just fine left, right, forward, and back but as soon as I move my camera left or right, that’s when I’m having the problem with the movement. the player isn’t moving in the direction of the camera anymore.
examples. if I move the player left, the players moves left. but if I turn the camera to the left then try to move the player left, the player moves backwards.

so how do I get the player to move in the direction of the camera and not the scene!

I guess, you could use this extensions:
https://wiki.gdevelop.io/gdevelop5/extensions/walk3d/

it does the same thing, thank you though

It moves according to the player angle. If you set the player angle from the camera angle, the player will move in the same direction as the camera.

I’ll try when I get off work, I’ll let you know. Thank you

I worked, thank you