Problem with uploading model into Roblox Studio

So, I’ve been running into some problems while I’ve been trying to upload some models from Blender into
Roblox Studio.

In Blender, to customize the looking of a flashlight that I was working on, I decided to import image textures to it. Because from what I’ve heard it is the only way to import models with all it’s colors from Blender into Roblox Studio; by using image textures, anyway (view image 1).

When I tried importing it into Roblox Studio via the import tab, I encountered some problems, it didn’t want to import the image textures into the mesh, and near it a “danger” sign was visible (view image 2).

But when I selected the textures to be together with the mesh Roblox Studio was unchecking the import button (view image 3).

Note: because I checked the 2 base_color_texture textures it made the import button unclickable, but if I would have done the opposite the import button would be visible again.
Second note: The model is an .fbx model not a .obj one.

Image 1:
Screenshot (152)

Image 2:
Base_color_texture

Image 3:
CancelAndImport

Maybe I have got something wrong, like I didn’t import the actual model through a mesh part,
or I did something wrong in Blender, at this point I’ve exhausted almost all the methods to solve this problem, so any response about solving this problem will be appreciated.

2 Likes

It is possible that the reason for it is the file’s name that is being uploaded. you can alternatively export the image texture from Blender to Roblox by making the texture as a Decal and throwing the decal’s id onto the TextureId under the model’s properties.
In other words, it might work if it’s imported separately, I wouldn’t really trust Roblox that well with importing textures that well in the first place.

That could be solution but it wouldn’t solve everything in proportion of 100%. If I do this I will have to make textures for each of the parts of the mesh. But when importing it, it converts into a single mesh, and I can’t really do this separately

Sorry for late response…

Roblox does not allow solid color images. Please use the Color3 property of your parts to change the color.

Here’s a little run down on how to make it.
I only managed to make a little information about it, but if you need me to make a more detailed one, let me know in private and I’ll let ya know.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.