|
| 02 Apr 2013 07:00 PM |
How do you change BodyGyro and BodyPosition in the input rather than going to the properties? Thanks! |
|
|
| Report Abuse |
|
Zulsoras
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 963 |
|
|
| 02 Apr 2013 07:36 PM |
Do you mean
BodyGyro.maxTorque = Vector3.new(0,0,0) |
|
|
| Report Abuse |
|
|
| 02 Apr 2013 08:11 PM |
| If you're wanting to change where the Gyro points, use bodygyro.cframe = blank, and the maxTorque that Zulsoras mentioned is how strong the gyro will turn the object that it's in. For body position, use bodyforce.position = position for the positioning, and bodyforce.maxForce = force for how stronly you want the object to be pulled to that position. |
|
|
| Report Abuse |
|