Where is, or how to get roblox's material textures?

I’m trying to create a game that combines the classic Roblox feel with modern features.

So, I’m going to start by creating texture mapping images that combine surfaces from old Roblox parts with surfaces from modern materials.

However, I’m having trouble finding the mapping files for the materials.
Please tell me how to obtain the image files used in Roblox materials!


(Fortunately, I was able to find the normal and color maps used for the old surfaces. from roblox client file.)

1 Like

Materials | Documentation - Roblox Creator Hub at

Base Materials

1 Like

ok, I found it. Thanks to @supernovasalmon, @warpedbuilder and @Tavikron, especially @warpedbuilder.

You can download a file by entering https://assetdelivery.roblox.com/v1/asset/?id=assetid in the Chrome Internet link field.
You can convert that file to an image file by changing the file name to name.png, which is the image you want.

And you can find the asset id of material from here:
https://create.roblox.com/docs/parts/materials#asset-and-property-reference



this is the result.

2 Likes

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