Resize (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
added
>Camoy
fixed
Line 1: Line 1:
{|
<onlyinclude>{{Method|name = Resize
|<onlyinclude>{{Method|name = Resize
|arguments = [[Enum]] '''NormalId''', [[Integer]] '''DeltaAmount'''
|arguments = [[Enum]] '''NormalId''', [[Integer]] '''DeltaAmount'''
|returns = [[nil]]
|returns = [[nil]]
|description = Changes the size of an object just like using the [[Studio]] resize tool. [[NormalId]] is a side, DeltaAmount is how much to grow/shrink on that side.
|description = Changes the size of an object just like using the [[Studio]] resize tool. [[NormalId]] is a side, DeltaAmount is how much to grow/shrink on that side.
|object = [[Part]]
|object = [[Part]]
|}}</onlyinclude>
}}</onlyinclude>
|}
[[Category:Methods]]

Revision as of 16:10, 30 August 2010

Resize( Enum NormalId, Integer DeltaAmount )
Returns nil
Description: Changes the size of an object just like using the Studio resize tool. NormalId is a side, DeltaAmount is how much to grow/shrink on that side.
Member of: [[RBX.lua.Part (Object)|Part]]