Currently, when a player is in a VehicleSeat, movement is controlled using the WASD keys. Is there anyway that I can use the mouse to control the steering instead? For example, if I right click and drag to the right, I would like the vehicle to steer right. If I right click and drag left, I would like the vehicle to steer left. In other words, I would like to control it with the mouse, just like controlling a character.
Or, alternatively, maybe something like this can be done without using a VehicleSeat?
Not sure I am following - maybe some sample code would help. I would like to steer the vehicle with the mouse instead of the WASD keys. For example, for an airplane, I would like to use the mouse to steer the plane (left, right, up, down) instead of using keys.