Translate WASD keys to Mobile

I created a vehicle that moves with WASD keys how do i run the same functions with the mobile joystick?

There’s 2 ways

  1. Create your own Control UI For Mobile (Buttons, Joystick from scratch)

  2. Use VehicleSeat instead and utilize the .SteerFloat and .ThrottleFloat properties.

1 Like

Hello, do you know of a model or .rbxl simple example that uses the 2nd option?

Thanks

  1. Use VehicleSeat instead and utilize the .SteerFloat and .ThrottleFloat properties.