Face (Property): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
Pizzaboxer (talk | contribs) (Created page with "{{CatUp|Properties}} {{Property| name = Face |property = Enum ''NormalId'' (the side of the brick) |description = Sets what face of the brick the object appears on. |obje...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{CatUp|Properties}} | {{CatUp|Properties}} | ||
{{Property| | {{Property| | ||
name = Face | name = Face |
Latest revision as of 22:14, 23 September 2021
Property | |
---|---|
Name | Face |
Property | Enum NormalId (the side of the brick) |
Description: | Sets what face of the brick the object appears on. |
In Object: | Decal |
The Enum NormalId is used to set the side of the brick the object is on.
- 0: right
- 1: top
- 2: back
- 3: left
- 4: bottom
- 5: front
Example
-- this will set the decal on top of the brick: decal = script.Parent.Decal decal.Face = 1