Material (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Oysi93
Someone, please put the "material number part" into a better format. =]
>Legend26
No edit summary
 
(19 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{CatUp|Properties}}
<onlyinclude>{{Property
{|
|name = Material
|<onlyinclude>{{Property|
|property = [[Material (Enum)|Meterial]]
name = Material
|property = [[Enum]] ''material type''
|description = Sets the material that the object is made out of.
|description = Sets the material that the object is made out of.
|object = [[RBX.lua.Part (Object)|Part]], [[RBX.lua.Seat (Object)|Seat]], [[RBX.lua.SpawnLocation (Object)|SpawnLocation]],[[RBX.lua.WedgePart (Object)|WedgePart]], [[RBX.lua.TrussPart (Object)|TrussPart]]
|object = BasePart
|}}</onlyinclude>
}}</onlyinclude>
|}


== Material Numbers ==
{{clear floats}}
When setting a material type, you can use these numbers instead of their names.
 
<pre>
 
Concrete      = 816
[[Category:Properties]]
CorrodedMetal = 1040
DiamondPlate  = 1056
Foil          = 1072
Grass        = 1280
Ice          = 1536
Plastic      = 256
Slate        = 800
Wood          = 512
</pre>

Latest revision as of 01:27, 20 March 2012

Material
Property Meterial
Description Sets the material that the object is made out of.
Member of BasePart