|
| 19 Nov 2012 08:16 PM |
I have an NPC, and whenever I Click Play(Im in studio mode) its arms fall off but its legs are fine, does anyone know the reason for this?
Human -Humanoid -Left Arm -Right Arm -Left Leg -Right Leg -Torso -Head -Script
the script is:
script.Parent.Head.Anchored = true script.Parent.Torso.Anchored = true script.Parent:FindFirstChild("Left Arm").Anchored = true script.Parent:FindFirstChild("Right Arm").Anchored = true script.Parent:FindFirstChild("Left Leg").Anchored = true script.Parent:FindFirstChild("Right Leg").Anchored = true script.Parent:MakeJoints() script.Parent.Head.Anchored = false script.Parent.Torso.Anchored = false script.Parent:FindFirstChild("Left Arm").Anchored = false script.Parent:FindFirstChild("Right Arm").Anchored = false script.Parent:FindFirstChild("Left Leg").Anchored = false script.Parent:FindFirstChild("Right Leg").Anchored = false
|
|
|
| Report Abuse |
|
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 19 Nov 2012 08:26 PM |
| You are not using MakeJoints() for the right purpose, you need to manually make the motors. |
|
|
| Report Abuse |
|
|
|
| 19 Nov 2012 08:27 PM |
| the whats? sorry Im confused, but Im not the greatest scripter |
|
|
| Report Abuse |
|
|
drahsid5
|
  |
| Joined: 13 May 2011 |
| Total Posts: 3937 |
|
| |
|
|
| 19 Nov 2012 08:43 PM |
| still confused, Sorry I dont know what you are talking about! D: |
|
|
| Report Abuse |
|
|
|
| 19 Nov 2012 08:59 PM |
| Can someone please tell me what tray welds are? |
|
|
| Report Abuse |
|
|
drahsid5
|
  |
| Joined: 13 May 2011 |
| Total Posts: 3937 |
|
|
| 22 Nov 2012 11:37 AM |
| the way things are attacked, change their brick type from smooth to weld, or put a weld script in. |
|
|
| Report Abuse |
|
|
MrNicNac
|
  |
| Joined: 29 Aug 2008 |
| Total Posts: 26567 |
|
|
| 22 Nov 2012 11:52 AM |
| NPC characters should have joints in them. Join a solo game and look inside your character's torso (yours, not the NPC). You will notice joints like "Left Hip" and "Right Shoulder," and so on. You need to create these things so that the joints are there to hold the parts together. |
|
|
| Report Abuse |
|
|