FormFactor (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
m FormFactor moved to FormFactor (Property)
>Anaminus
No edit summary
Line 3: Line 3:
|property = [[Enum]] ''Form Factor''
|property = [[Enum]] ''Form Factor''
|description = Sets how the object is resized.
|description = Sets how the object is resized.
|object = [[Part]]
|object = [[RBX.Lua.FlagStand (Object)|Flagstand]], [[RBX.Lua.Part (Object)|Part]], [[RBX.Lua.Seat (Object)|Seat]], [[RBX.Lua.SpawnLocation (Object)|SpawnLocation]]
|}}
|}}



Revision as of 19:06, 6 August 2008

formFactor
Property Enum Form Factor
Description Sets how the object is resized.
Member of [[RBX.lua.Flagstand, Part, Seat, SpawnLocation (Object)|Flagstand, Part, Seat, SpawnLocation]]


The formFactor Enum set contains three numbers:

  • 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)