GetModelSize (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>SoulStealer9875
No edit summary
>SCARFACIAL
No edit summary
Line 1: Line 1:
{{Method
<onlyinclude>{{Method
|name=GetModelSize
|name=GetModelSize
|returns=[[Vector3]] ''modelSize''
|returns=[[Vector3]] ''modelSize''
|description=Returns the [[Vector3]] [[Size]] of the [[Model]].
|description=Returns the [[Vector3]] [[Size]] of the [[Model]].
|object=Model}}
|object=Model}}</onlyinclude>


{{clear floats}}
{{clear floats}}

Revision as of 02:07, 27 July 2011

GetModelSize( )
Returns Vector3 modelSize
Description: Returns the Vector3 Size of the Model.
Member of: Model


Example
print( game.Workspace.Model:GetModelSize() )