How to get the image asset id of a material?

I want to display a material on a part using a surface GUI and an image label (in regards to this post), but I don’t know how to get the asset ids of Roblox’s materials. Does anyone know if they even exist?

1 Like

The Roblox materials are not obtainable asset IDs. However, the icons for the materials (or at least some) are still valid inside the server and client’s files:
rbxassetid://textures/ui/Ice.png
rbxassetid://textures/ui/Concrete.png
rbxassetid://textures/ui/Foil.png
and so on.
However, not all materials are available here. They also have a very small resolution.

2 Likes

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