Model is missing all but one child when cloned

Hello, developers I am cloning a model with a local script and everything is being cloned except for one part.


could somebody help me figure out what’s wrong and if its because its in a local script how would i get around this I need it to be client sided.

Cloning should apply to all descendants of an instance. Can you show a video of this happening? Is there a possibility that the (presumably) model you’re cloning has non-anchored, non-colliding parts? The part that isn’t cloning might have fallen out of the world during run time, preventing it from being cloned.

1 Like

I would make a copy of the model but in replicated storage and clone that instead.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.