physics12
|
  |
| Joined: 01 Jan 2009 |
| Total Posts: 2315 |
|
|
| 26 May 2012 09:00 AM |
script.Parent.DialogChoiceSelected:connect(function(p,d) if d.Name == "Falcon" then game.Lighting.Falcon:clone().Parent = game.Workspace end end)
It spawns it but the joints brake. |
|
|
| Report Abuse |
|
|
physics12
|
  |
| Joined: 01 Jan 2009 |
| Total Posts: 2315 |
|
| |
|
|
| 26 May 2012 09:03 AM |
Put a insta-weld script into "falcon"
-[ ɥsɐɯsɹǝƃuɐɹ ]- |
|
|
| Report Abuse |
|
|
physics12
|
  |
| Joined: 01 Jan 2009 |
| Total Posts: 2315 |
|
|
| 26 May 2012 09:07 AM |
| eh... I guess. I'll try that. |
|
|
| Report Abuse |
|
|
|
| 26 May 2012 09:08 AM |
script.Parent.DialogChoiceSelected:connect(function(p,d) if d.Name == "Falcon" then clone = game.Lighting.Falcon:clone() clone.Parent = game.Workspace clone:MakeJoints() end end) |
|
|
| Report Abuse |
|
|
physics12
|
  |
| Joined: 01 Jan 2009 |
| Total Posts: 2315 |
|
| |
|