I am making a system that efficiently displays Workspace parts and models inside ViewportFrame in real time. Due to how my system works, I can’t clone the entire character, but instead I clone one child at a time. However, the clothing doesn’t render at all. Currently, I clone instances of type Clothing
and Humanoid
. Is this enough? I tried manually cloning every child but this still doesn’t work. The clothing appears only when I clone the entire character. Is this the only way?
It’s stated that Pants
and Shirt
must be siblings of Humanoid
to be rendered: Pants | Documentation - Roblox Creator Hub. However, I don’t think that’s the case as I have everything set up properly:
But the clothing still doesn’t render
The reason of the problem was that I renamed parts to give them unique IDs. To solve my issue I just set ID as an attribute.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.