I have this hover car. It is able to go forward, backward, left and right. However, my main issue now is to make it so that it will be able to go down when the user presses the up and down arrow key on the keyboard. I have thought of a few solutions to this:
-
I can possibly change the values of either
BodyAngularVelocity, BodyForce, BodyGyro or BodyPosition
and experiment which would make it go down and up -
Create a lengthy script Probably will be inefficient and laggy at the same time, can be a huge time waster.
-
Using of
mouse:KeyDown(
) and create a lengthy script Again, I think this would make it look choppy
Other than these few, I can’t really think of anymore. Do you guys have any tips on this?