I would like to use the avatar importer plugin to import a custom animated avatar, with attachments. However when I try to do so, the attachment does not move with the rest of the animation.
Here is a minimal example of the problem:
avatar_importer_custom_attachment.rbxl (43.0 KB)
avatar_importer_custom_attachment.blend (790.1 KB)
avatar_importer_custom_attachment.fbx (59.9 KB)
In the files above, I have animated a cube in Blender and exported it as .fbx, imported it into Studio, imported the animation, and finally played it with a script:
You can see that the attachment is present (little green ball), but it does not move:
In Blender, the attachment does move:
Eventual purpose is to add hats to my cat game, which uses custom skinned meshes. Consequence of this problem was that the cats could wear hats, but the hats do not follow head movement.
How do I make the attachment move with the animation?