Size (Property): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{CatUp|Properties}} | {{CatUp|Properties}} | ||
There is a special property for BasePart objects. | |||
<onlyinclude>{{Property | <onlyinclude>{{Property | ||
|name = Size | |name = Size | ||
Line 6: | Line 6: | ||
|description = Sets the size of the object in object coordinates. | |description = Sets the size of the object in object coordinates. | ||
|object = [[GBX.lua.BasePart (Object)|BasePart]] | |object = [[GBX.lua.BasePart (Object)|BasePart]] | ||
}}</onlyinclude> | |||
There is a special property for GUI objects. | |||
<onlyinclude>{{Property | |||
|name = Size | |||
|property = [[UDim2]] ''Size'' | |||
|description = Sets the size of the GUI object in object coordinates. | |||
|object = [[GBX.lua.GuiObject (Object)|GuiObject]] | |||
}}</onlyinclude> | }}</onlyinclude> | ||
[[Category:Properties]] | [[Category:Properties]] |
Latest revision as of 22:21, 23 September 2021
There is a special property for BasePart objects.
Property | |
---|---|
Name | Size |
Property | Vector3 Size |
Description: | Sets the size of the object in object coordinates. |
In Object: | BasePart |
There is a special property for GUI objects.
Property | |
---|---|
Name | Size |
Property | UDim2 Size |
Description: | Sets the size of the GUI object in object coordinates. |
In Object: | GuiObject |