GetModelSize (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Flurite
copied source from GetModelCFrame(0
>Flurite
oops
Line 20: Line 20:
   
   
print(model:GetModelSize())
print(model:GetModelSize())
</code lua>
</code>


The size my vary depending on the size of the parts.
The size my vary depending on the size of the parts.
}}
}}
The ab


[[Category:Methods]]
[[Category:Methods]]

Revision as of 20:16, 30 January 2012

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


Example
{{{1}}}