PrimaryPart (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>GoldenUrg
not read-only; updated description with MoveTo
Line 5: Line 5:
name = PrimaryPart
name = PrimaryPart
|property = Object ''Primary child''
|property = Object ''Primary child''
|description = Read-only value that returns the object's primary part.
|description = The object's primary part.
|object = [[RBX.lua.Model (Object)|Model]], [[RBX.lua.Workspace (Service)|Workspace]]
|object = [[RBX.lua.Model (Object)|Model]], [[RBX.lua.Workspace (Service)|Workspace]]
|}}</onlyinclude>
|}}</onlyinclude>
|}
|}
== Description ==
This part is the one positioned by the [[MoveTo (Function)/model|MoveTo]] method.


[[Category:Properties]]
[[Category:Properties]]

Revision as of 15:23, 12 June 2010

PrimaryPart
Property Object Primary child
Description The object's primary part.
Member of [[RBX.lua.Model, Workspace (Object)|Model, Workspace]]

Description

This part is the one positioned by the MoveTo method.