|
| 03 Apr 2013 03:18 PM |
map = game.Lighting.BloxTown wait(300) map:Clone() map.Parent = game.Workspace map:MakeJoints() end
I tried using that script to regen a model... It doesn't make the joints all the time.. Sometimes when it does, the joints snap apart seconds later... And on top of that, it causes massive lag...
|
|
|
| Report Abuse |
|
|
btft
|
  |
| Joined: 19 Feb 2011 |
| Total Posts: 1512 |
|
|
| 03 Apr 2013 03:19 PM |
map = game.Lighting.BloxTown wait(300) map:Clone().Parent = Workspace wait(.2) map:MakeJoints() end
|
|
|
| Report Abuse |
|
|
|
| 03 Apr 2013 03:37 PM |
| Same effect, doesn't make the joints. |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2013 03:41 PM |
wait(300) map = game.Lighting.BloxTown:Clone() map.Parent = Workspace wait(.2) map.MakeJoints() |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2013 03:44 PM |
| Same thing, is it because im trying to regen... 600+ parts? |
|
|
| Report Abuse |
|
|