Resize (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
Line 5: Line 5:
}}</onlyinclude>
}}</onlyinclude>


<onlyinclude>{{Method|name = Resize
|arguments = [[NormalId (Enum)|NormalId]] '''NormalId''', [[Integer]] '''DeltaAmount'''
|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 = HtmlWindow
}}</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