Creature's Hair is not Importing to Roblox

Greetings, fellow builders!

I’m trying to create a creature and import it to Roblox, but that’s where my problems occur.

image

image

I exported it as an .FBX file with these settings:
image

I used the Import3d tab to import it and this is what turned out:
image

I think these files appeared once I exported the model, so I just put the skin one on a surfaceappearance:
image

This is when my problem occurs. Everything is rigged and it seems to work fine, but the hair on the creature’s texture doesn’t seem to import.

image

This is what it’s made of: the sixlegsmesh is the entire body, and Plane.003 is the teeth. RootPart is just a part in the middle.

I’m unfamiliar with Blender, so I apologize for any dumb mistakes.

4 Likes

i mean ultimstely you can downlod a 2d hair texture, import to roblox, put it as a texture on the mesh, then make the mesh transparent. i do that alot when modeling trees with blender/roblox.

4 Likes

I appreciate your answer, It’s definitely possible, but I would try to do it as my last resort, if it’s not fixable of course.

2 Likes

I mean i think its the only possible way, cause the hair planes are clearly importex, just not the texture

you do you though! :smile:

2 Likes

Roblox doesn’t support multiple materials being used for one mesh, so if that’s what you’re doing, you should separate the hair and body to two meshes.

Also, have you tried manually importing the hair texture through the Asset Manager?

2 Likes

I’ve thought of that, but how do I separate them when they’re like this?
image

In edit mode, select all the faces for the hair planes (so select all of the hair). Then press P > Selection.
This will separate the selected faces based on the selected faces into two meshes.

Sorry for the late reply, but I’m not too sure how I can select all of them? Seems like there’s a lot of Vertices.
image

If the hair uses a different material than the body then while in edit mode click on the materials panel, select the hair material then click “select”. That will select all faces related to that material.

1 Like

Thank you very much, I managed to fix the texture now!
Screenshot 2025-01-10 063439

1 Like