GetModelSize (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
New page: {{Method |name=GetModelSize |returns=Vector3 ''modelSize'' |description=Returns the Vector3 Size of the Model. |object=Model}}Category:Methods
>SoulStealer9875
No edit summary
Line 3: Line 3:
|returns=[[Vector3]] ''modelSize''
|returns=[[Vector3]] ''modelSize''
|description=Returns the [[Vector3]] [[Size]] of the [[Model]].
|description=Returns the [[Vector3]] [[Size]] of the [[Model]].
|object=Model}}[[Category:Methods]]
|object=Model}}
 
{{clear floats}}
 
{{Example|<pre>
print( game.Workspace.Model:GetModelSize() )
</pre>}}
 
[[Category:Methods]]

Revision as of 16:22, 14 July 2011

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


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