I realized that, no need to be rude.
There might not be a way to do it with Accessories per say, but you could make a invisible box around the entire model, then set CanCollide to all those parts of the hat to false, and then weld them all to the invisible box. Then, you can make a script that clones and welds it to the head. Itâs like a fake accessory system but should work for this case.
You might have to script offset using Vector3.new()
by getting the position of the head and +'ing it so the hat isnât inside your head, and is on top of it.
was never being rude, just stating that as you didnât seem like you realised that. good day
cant you make it a union inside roblox, name it handle and configure the âAccessoryâ instance? (it unites all parts in a single unionpart and keeps the colors)
is there a way to edit the file post export or a setting when exporting to force meshes to abide by the texture and colour properties? This is quite alot of work and unioning isnât the most accurate.
yes there is, but i gave the simplest solution i could think of at the time, and only because it would work with this example