FormFactor (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
mNo edit summary
>Anaminus
enum
Line 10: Line 10:




{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 4px dashed #f00;"
{{:FormFactor (Enum)}}
|+ <big>The FormFactor [[Enum]] set contains three numbers.</big>
|-
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span>
|-
|0
|Symmetric
|Increases by a rate of (1, 1, 1).
|-
|1
|Brick
|Increases by a rate of (1, 1.2, 1).
|-
|2
|Plate
|Increases by a rate of (1, 0.4, 1).
|}

Revision as of 02:35, 14 September 2008

formFactor
Property Enum formFactor
Description Sets how the object is resized.
Member of [[RBX.lua.Flagstand, Part, Seat, SpawnLocation (Object)|Flagstand, Part, Seat, SpawnLocation]]
The FormFactor Enum has 4 numbers:
Enum Name Description
0 Symmetric Increases by a rate of (1, 1, 1).
1 Brick Increases by a rate of (1, 1.2, 1).
2 Plate Increases by a rate of (1, 0.4, 1).
3 Custom Increases by a rate as low as (.01, .01, .01).