|
| 24 Jan 2016 06:44 PM |
How exactly would I be able to script myself a plane, mostly with the gyroscope, how would that work to change direction?
|
|
|
| Report Abuse |
|
|
|
| 24 Jan 2016 06:56 PM |
I would only need some help for the gyroscope and the controls
|
|
|
| Report Abuse |
|
|
Metology
|
  |
| Joined: 06 Oct 2014 |
| Total Posts: 3255 |
|
|
| 24 Jan 2016 07:01 PM |
Well to script a Plane.....
You need key pressed events,
a tool,
and guis if you want
ish de squid weal |
|
|
| Report Abuse |
|
|
Soybeen
|
  |
| Joined: 17 Feb 2010 |
| Total Posts: 21462 |
|
|
| 24 Jan 2016 07:03 PM |
The same way you script anything else. Step 1: obtain a computer, monitor, keyboard, and mouse. Step 2: learn Lua Step 3: code plane
|
|
|
| Report Abuse |
|
|
|
| 24 Jan 2016 07:05 PM |
| Actually im fluent in 2 programming languages and im learning lua, but my question is exactly what function would I use to control my plane with my mouse? |
|
|
| Report Abuse |
|
|
| |
|
seliso
|
  |
| Joined: 30 Jan 2011 |
| Total Posts: 6443 |
|
|
| 24 Jan 2016 07:42 PM |
| when a player sits in a seat give the player the plane tool. inside the plane tool use UserInputService. have a start key and turn off key. and make the position the mouse's position. |
|
|
| Report Abuse |
|
|
Soybeen
|
  |
| Joined: 17 Feb 2010 |
| Total Posts: 21462 |
|
|
| 24 Jan 2016 08:22 PM |
there is no function for creating an entire aircraft in any programming language :D
but you will want to use the CoordinateFrame Property of the mouse
|
|
|
| Report Abuse |
|
|