Moolah101
|
  |
| Joined: 22 Sep 2010 |
| Total Posts: 614 |
|
|
| 16 Jul 2012 10:52 AM |
Isnt it something like this:
mot = Instance.new("Motor",b) mot.CurrentAngle = 0 mot.DesiredAngle = 0 mot.MaxVelocity = 0 mot.Part0 = b mot.Part1 = c
It may be wrong... |
|
|
| Report Abuse |
|
352ynnhoj
|
  |
| Joined: 21 Sep 2010 |
| Total Posts: 1054 |
|
| |
1Topcop
|
  |
| Joined: 09 Jun 2009 |
| Total Posts: 6635 |
|
|
| 16 Jul 2012 11:43 AM |
I perfer weld.
Part1,Part2 = Workspace.Part,Workspace.Part2 Weld = Instance.new("Weld",Part1) Weld.Part1,Weld.Part0 = Part2,Part1 Weld.C1 = CFrame.new(0,-1,0) |
|
|
| Report Abuse |
|