FormFactor (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
mNo edit summary
>NXTBoy
No edit summary
Line 1: Line 1:
{{CatUp|Properties}}
{{CatUp|Properties}}


{{Property|
<onlyinclude>{{Property
name = formFactor
|name         = formFactor
|property = [[Enum]] ''formFactor''
|property   = [[Enum]] ''formFactor''
|description = Sets how the object is resized.
|description = Sets how the object is resized.
|object = [[RBX.lua.FlagStand (Object)|Flagstand]], [[RBX.lua.Part (Object)|Part]], [[RBX.lua.Seat (Object)|Seat]], [[RBX.lua.SpawnLocation (Object)|SpawnLocation]]
|object     = FormFactorPart
|}}
}}</onlyinclude>





Revision as of 09:44, 24 December 2010

formFactor
Property Enum formFactor
Description Sets how the object is resized.
Member of FormFactorPart


The FormFactor Enum set contains three 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).