Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How does one Clone an UnAnchored Model without it falling apart?[SOLVED]

Asked by
Xduel 211 Moderation Voter
9 years ago

So in my game, I have a Starcraft Model in Lighting, and when a Player joins the game the Starcraft is Cloned into Workspace. When Cloned, However, it appears in Workspace and falls apart, although the parts have the Weld surface joining them together. It falls as one piece as a single model, but the clone of it falls apart. So how can I have the Model be cloned, and stay together as one part? All answers appreciated, Thank You. ~Xduel

1 answer

Log in to vote
-1
Answered by 9 years ago

Try finding or writing an Auto Weld script and targeting the Children of the model for it. That should automatically weld everything together. If you do that, and the Auto Weld works, but the model still falls apart, then it's most likely a bug with your Clone script.

0
Thank you for the answer, but I've figured out i just had to use MakeJoints() to attach all the parts. Xduel 211 — 9y
Ad

Answer this question