|
| 13 Apr 2013 10:17 PM |
mini = game.Lighting:FindFirstChild("Evil Scrambled Egg Minion"):Clone() mini:MakeJoints() mini.Parent = game.Workspace
the thing dies auto i tried putting makejoints after mini.Parent = game.Workspace doesn't work |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2013 10:19 PM |
Make the joints after it gets into workspace
mini = game.Lighting:FindFirstChild("Evil Scrambled Egg Minion"):Clone() mini.Parent = game.Workspace mini:MakeJoints() |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2013 10:20 PM |
"the thing dies auto i tried putting makejoints after mini.Parent = game.Workspace doesn't work"
no one on damn earth has ever read the entire post |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2013 10:26 PM |
mini = game.Lighting:FindFirstChild("Evil Scrambled Egg Minion"):Clone() mini:MakeJoints() mini.Parent = game.Workspace mini:MakeJoints()
Perhaps? If not, I don't know.
(╯°□°)> KMXD
|
|
|
| Report Abuse |
|
|