FormFactor needs to be set to Custom.
If you are going to change it via script, insert this piece of code, "brick" being whatever you want to change the FormFactor of.
brick.Formfactor = Custom
brick.Size = 0.5, 0.5, 0.5 --Change the size to desired size
|