PrimaryPart (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
m PrimaryPart moved to PrimaryPart (Property)
>Camoy
fixed
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Property|
<onlyinclude>{{Property
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]]
|objects = [[Model]], [[Workspace]]
|}}
}}</onlyinclude>
 
{{clear floats}}
 
== Description ==
This part is the one positioned by the [[MoveTo (Function)/model|MoveTo]] method.
 
[[Category:Properties]]

Latest revision as of 14:33, 27 January 2011

PrimaryPart
Property Object primary child
Description The object's primary part.
Member of Model, Workspace


Description

This part is the one positioned by the MoveTo method.