How to make the Character Walk To the mouse?

Im trying to make a top down camera game and it works my camera is set up and the player looks to the mouse but im wondering if there is a way to make the player Move relative to the mouse not the camera, For Example if i have my mouse off to the left i want to hold W and move to the mouse (Or to the left where the mouse is) but instead the player moves up relative to the camera

You can make it so the character rotates towards the mouse using a body gyro or CFrame (There should be other topics on this since it’s been done before).

then create a custom control script to make it move relative to the camera like so for the same topic:

yeah so I already have the rotation using Cframe the problem is I would like the character to move to the mouse when holding W or Forward kind of like being in firstperson

Did you look at the solution thread I sent

alright thanks so much yeah i got confused when clicking on the link because there were links upon links in those posts sorry but thank you so much good luck on your mech game