You can write your topic however you want, but you need to answer these questions:
-
**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.
-
**What is the issue? I don’t know if this is possible. The script uses a Vector2 to change movement.
-
**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.