Resize (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
fixed
>Blocco
No edit summary
Line 3: Line 3:
|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]]
[[Category:Methods]]

Revision as of 06:27, 25 December 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: Part