GetModelSize (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Flurite
oops
>Flurite
lol typo
Line 8: Line 8:


{{Example|
{{Example|
This code would create a model, put some parts in it, position them randomly, and then print its position:
This code would create a model, put some parts in it, position them randomly, and then print its size:
<code lua>
<code lua>
local model = Instance.new('Model', Workspace) -- Create a model.
local model = Instance.new('Model', Workspace) -- Create a model.

Revision as of 23:26, 17 March 2012

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


Example
{{{1}}}