FormFactor (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>Mr Doom Bringer
No edit summary
(No difference)

Revision as of 17:01, 15 August 2007

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


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)