iceman72
|
  |
| Joined: 08 Jun 2008 |
| Total Posts: 786 |
|
|
| 29 Nov 2015 01:18 AM |
I'm attempting to create my own npc from the scratch. So while assembling the model I got stuck. The arms both welded correctly, but I cant get the tail to weld... It always just continuously falls through the base plate. I even coped one of the arms and renamed it to Tail and it didn't even work. What am I missing? I cant find much info on Motor6D so if there is something I am missing any you know where I can get more info I would appreciate it if you could direct me! Thanks
local t = script.Parent:WaitForChild("Torso")
function weld (part, c,name) local w0 = Instance.new ("Motor6D",script.Parent.Torso) w0.Name = name w0.Part0 = t wait ()-- with this wait everything works w0.Part1 = part w0.C1 = c end weld (script.Parent["Tail"],CFrame.fromEulerAnglesXYZ(math.pi/0,0,0) * CFrame.new(0,0,-2),"TailConecter") weld (script.Parent["Right Arm"],CFrame.fromEulerAnglesXYZ(math.pi/2,0,0) * CFrame.new(-1.5,.6,.3),"RightSholder") weld (script.Parent["Left Arm"],CFrame.fromEulerAnglesXYZ(math.pi/2,0,0) * CFrame.new(1.5,.6,.3),"LeftSholder")
|
|
|
| Report Abuse |
|
|
RCXI
|
  |
| Joined: 02 Jun 2014 |
| Total Posts: 109 |
|
|
| 29 Nov 2015 02:03 AM |
| I'm having the same issue... |
|
|
| Report Abuse |
|
|
|
| 29 Nov 2015 02:18 AM |
I didn't really read anything on here so idk if I'm about to sound stupid but
TailConecter shouldn't that be TailConnector
|
|
|
| Report Abuse |
|
|
iceman72
|
  |
| Joined: 08 Jun 2008 |
| Total Posts: 786 |
|
|
| 29 Nov 2015 09:54 AM |
| Yea you are right(I'm horrible at spelling), but that is just a name that the script names the Motor6D so it should not matter |
|
|
| Report Abuse |
|
|
iceman72
|
  |
| Joined: 08 Jun 2008 |
| Total Posts: 786 |
|
| |
|
iceman72
|
  |
| Joined: 08 Jun 2008 |
| Total Posts: 786 |
|
| |
|
iceman72
|
  |
| Joined: 08 Jun 2008 |
| Total Posts: 786 |
|
| |
|
iceman72
|
  |
| Joined: 08 Jun 2008 |
| Total Posts: 786 |
|
| |
|
iceman72
|
  |
| Joined: 08 Jun 2008 |
| Total Posts: 786 |
|
| |
|
|
| 04 Dec 2015 09:49 PM |
http://www.roblox.com/Character-Creator-BETA-item?id=171922549 ^Works nicely |
|
|
| Report Abuse |
|
|