Hey, so I just found out that accessories don’t render in viewport frames, and I’m trying to find a workaround to CFrame the handle of that hat and put it on the rig in the same position as it would be in if I drop the accessory in the rig.
Still searching for a way to do this…I mean worst case scenario I manually create CFrames for each accessory that I have, and it’d be offset from the rig’s head by that CFrame. This would be really tedious to perfect though…
Oh yeah, this would be insanely annoying to do. I wouldn’t even try this if it were a last resort.
Personally, I would create attachments in the accessory in question and then position the accessory to the character in such a way that the accessory’s attachment matches one on the character. This is what accessories normally when creating the weld between the accessory’s handle and the character, so I think this would be an appropriate approach if you just subtract the weld.
Another option, though this could get tedious as well, is to bring the rig out of the ViewportFrame. Once you do that, you add the accessory, anchor all BasePart descendants of the character, delete any created welds and then put the rig back in the ViewportFrame. If you end up doing this, consider a “reloading screen” (similar to what the website avatar page does) so users don’t watch the horror as their character disappears for a brief second and then comes back with a new accessory.