FormFactor (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
enum
>Mindraker
No edit summary
Line 5: Line 5:
|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 = [[RBX.lua.FlagStand (Object)|Flagstand]], [[RBX.lua.Part (Object)|Part]], [[RBX.lua.Seat (Object)|Seat]], [[RBX.lua.SpawnLocation (Object)|SpawnLocation]]
|}}
|}}



Revision as of 05:14, 31 October 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).