Paint 3D Meshes

Hello,

I’ve recently taken up 3D modeling as a hobby on a platform called Paint 3D. Is there anyway I could transfer the models I made into roblox studio?

2 Likes

export from the program, import into studio with asset manager/game explorer

For 3D modeling, I would strongly recommend Blender. It has more tools and is widely used. Also, it has a good api and a lot of tutorials for it. Therefore, exporting will be easier.

2 Likes

For Paint3D, you will export an .FBX file through the following process:

In the top left, click “Menu
image

You are going to want to “Save as” and select “3D Model

Once you click that, your file explorer will open.
Choose a directory, then a name, then choose the extension as “*.FBX

Now, you have your exported FBX file! You can import this into Roblox with a MeshPart.

2 Likes

Thank you so much, this is so helpful!

1 Like