Zulsoras
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 963 |
|
|
| 31 Mar 2013 04:48 PM |
| how do i make objects turn using bodygyro? |
|
|
| Report Abuse |
|
|
badcc
|
  |
| Joined: 18 Jan 2009 |
| Total Posts: 3170 |
|
|
| 31 Mar 2013 04:50 PM |
First make sure you have set the maxTorque. If you'd like it to have complete control, set them all to math.huge.
BODYGYRO.cframe = CFrame.new()
When setting the CFrame, the BodyGyro object will look at the object, or atleast try it's hardest based on the dampening and power you've given it. Although you should not need to change that for anything basic.
http://wiki.roblox.com/index.php/BodyGyro |
|
|
| Report Abuse |
|
|
Zulsoras
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 963 |
|
|
| 01 Apr 2013 06:57 PM |
| Hmm It moves slightly at the start but then stops and is no longer pointing in the right direction- anyone else help please? |
|
|
| Report Abuse |
|
|
Zulsoras
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 963 |
|
| |
|
|
| 01 Apr 2013 08:11 PM |
| have a while loop to keep it going? |
|
|
| Report Abuse |
|
|
Zulsoras
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 963 |
|
|
| 01 Apr 2013 08:24 PM |
| that makes it not move at all actually |
|
|
| Report Abuse |
|
|
Zulsoras
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 963 |
|
| |
|