Size (Property): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
Pizzaboxer (talk | contribs) (Created page with "{{CatUp|Properties}} <onlyinclude>{{Property |name = Size |property = Vector3 ''Size'' |description = Sets the size of the object in object coordinates. |object...") |
mNo edit summary |
||
(2 intermediate revisions 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 | ||
|property = [[Vector3]] ''Size'' | |property = [[Vector3]] ''Size'' | ||
|description = Sets the size of the object in object coordinates. | |description = Sets the size of the object in object coordinates. | ||
|object = [[GBX.lua. | |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 |