GetModelSize (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Flurite
lol typo
m Text replacement - "</code>" to "</SyntaxHighlight>"
Line 20: Line 20:
   
   
print(model:GetModelSize())
print(model:GetModelSize())
</code>
</SyntaxHighlight>


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

Revision as of 03:51, 27 April 2023

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


Example
{{{1}}}