Resize (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Blocco
No edit summary
No edit summary
Tag: Manual revert
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<onlyinclude>{{Method|name = Resize
<onlyinclude>{{Method|name = Resize
|arguments = [[Enum]] '''NormalId''', [[Integer]] '''DeltaAmount'''
|arguments = [[NormalId (Enum)|NormalId]] '''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.
|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 = BasePart
}}</onlyinclude>
}}</onlyinclude>
[[Category:Methods]]
[[Category:Methods]]

Latest revision as of 16:48, 29 October 2023

Resize( NormalId 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: BasePart