Is it possible to change steering from WASD to mouse steering?

You can write your topic however you want, but you need to answer these questions:

  1. **What do you want to achieve? I want to update an old script that came with a stagecoach to use mouse steering instead of WASD.

  2. **What is the issue? I don’t know if this is possible. The script uses a Vector2 to change movement.

  3. **What solutions have you tried so far? I’ve searched for hours and can’t find this topic addressed except when asked in this forum in 2018 and 2020 and there was no answer. I also tried to use UserInputService:GetMouseLocation().X,1 to update the Vector2 and the Stagecoach spun out of control when I tried to move it with the mouse.

I may not be able to help you, but if you would be willing to show the code that you would like to change to use the mouse, Im sure people would be willing to help you out!

The OP would probably need a ratio, which is to start at -1 (X = 0) and 1 (X = Camera X size). And then some simple math to determine the average-d position, then update the Vector2. Though, I’m not sure what type of mouse steering they want to go for.