Very simple flight script

How could i make an extremely simple plane that is just a seat which moves with WASD and E for up and Q for down?

You can make it using a script that clones a local script into the player’s character when they sit in the seat. Then, it passes the inputs and moves the LinearVelocity and AlignOrientation.

1 Like

How could i implement this into a script? I don’t know where to start