FaceId (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Emess
No edit summary
>Camoy
enum template
Line 1: Line 1:
{{CatUp|Properties}}
<onlyinclude>{{Property
 
|name = FaceId
{{Property|
name = FaceId
|property = [[Enum]] ''FaceId''
|property = [[Enum]] ''FaceId''
|description = Sets what side of the Parent the object is on.
|description = Sets what side of the Parent the object is on.
|object = Hole
|object = Hole
|}}
}} </onlyinclude>
 


The [[Enum]] FaceId is used to set the side of the Parent the object is on. It has 6 numbers:
{{clear floats}}


*0: Right
{{Enum|The [[Enum]] FaceId is used to set the side of the Parent the object is on.|
*1: Top
{{Enum/row|0|Right|}}
*2: Back
{{Enum/row|1|Top|}}
*3: Left
{{Enum/row|2|Back|}}
*4: Bottom
{{Enum/row|3|Left|}}
*5: Front
{{Enum/row|4|Bottom|}}
{{Enum/row|5|Front|}}
}}


[[Category:Properties]]
[[Category:Properties]]

Revision as of 15:08, 27 January 2011

FaceId
Property Enum FaceId
Description Sets what side of the Parent the object is on.
Member of Hole
The Enum FaceId is used to set the side of the Parent the object is on.
Enum Name Description
0 Right
1 Top
2 Back
3 Left
4 Bottom
5 Front