Fedorakid
|
  |
| Joined: 17 Jul 2010 |
| Total Posts: 7079 |
|
|
| 21 Oct 2012 02:52 PM |
| Can someone show me an example on how i can animate my arm by using motor? |
|
|
| Report Abuse |
|
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 21 Oct 2012 03:26 PM |
| Motor.DesiredAngle = math.pi() |
|
|
| Report Abuse |
|
|
Fedorakid
|
  |
| Joined: 17 Jul 2010 |
| Total Posts: 7079 |
|
| |
|
|
| 22 Oct 2012 02:12 PM |
http://wiki.roblox.com/index.php/Motor
And you just got a reply... |
|
|
| Report Abuse |
|
|
Fedorakid
|
  |
| Joined: 17 Jul 2010 |
| Total Posts: 7079 |
|
|
| 22 Oct 2012 02:15 PM |
| I have read the wiki about motor |
|
|
| Report Abuse |
|
|
|
| 22 Oct 2012 02:28 PM |
| I've also been wondering this too. The wiki doesn't explain anything on how to use a motor. |
|
|
| Report Abuse |
|
|
Fedorakid
|
  |
| Joined: 17 Jul 2010 |
| Total Posts: 7079 |
|
| |
|
| |
|
Fedorakid
|
  |
| Joined: 17 Jul 2010 |
| Total Posts: 7079 |
|
| |
|
|
| 23 Oct 2012 10:03 AM |
motor.DesiredAngle = math.pi()
... |
|
|
| Report Abuse |
|
|
Monkey727
|
  |
| Joined: 12 Jan 2009 |
| Total Posts: 969 |
|
|
| 23 Oct 2012 10:49 AM |
Never really used them, But I'm sure you just set the DesiredAngle as others have mentioned, This angle is the one where you want it pointing, You can also get the CurrentAngle.
Motor.DesiredAngle =
It has to equal something in radians I believe, Not degrees.. You can read up on radians on the wiki, But you can just convert them using math.rad(angleindegrees).
local inRadians = math.rad(90)
Motor.DesiredAngle = inRadians |
|
|
| Report Abuse |
|
|
Fedorakid
|
  |
| Joined: 17 Jul 2010 |
| Total Posts: 7079 |
|
|
| 23 Oct 2012 10:50 AM |
| DesiredAngle is confusing, it only rotates in one place.... |
|
|
| Report Abuse |
|
|