Not listing all materials

Reproduction Steps
Open the material list for any part

Expected Behavior
Get the entire material list:

https://developer.roblox.com/en-us/api-reference/enum/Material

Actual Behavior
Only a few materials are listed:

Workaround
Only through a script:

workspace.Part.Material = Enum.Material.Asphalt

Issue Area: Studio
Issue Type: Display
Impact: Moderate
Frequency: Constantly

1 Like

This actually isn’t a bug, instead both materials for Parts and Terrain are grouped together under the same enumeration. There is an upcoming release that should give the ability to use terrain materials for parts, but as far as I am aware that is a separate release build and isn’t an actual Beta in the regular Studio yet.

4 Likes

The system is already ready for this update but the materials are not yet in the files so we could receive an announcement in the next 2-3 months with the release date of the materials

2 Likes

I agree that lumping the materials all together under one Enum isn’t a bug, but having the Material properties on the Terrain and BasePart pages in the API both link to the same BasePart/Material page (which in turn links to the Enum/Material page) without explaining that materials can be exclusive to either terrain or parts is confusing. Maybe it’s preferable to have all the mats in one enum for future growth or whatever, but it ought to be easy enough to clarify which Materials are for what on the individual reference pages (would prob need to be noted on at least the BasePart/Material and Enum/Material pages).

Thanks for the feedback. For clarity, we’ve updated the Enum/Material page on whether the material applies to BasePart, Terrain, or both.

IgnisRBX

3 Likes

In this case, should I consider this topic resolved?

3 Likes

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