Model

Model : PVInstance

Overview

Properties

PrimaryPart

BasePart

The Primary Part is a reference part in the model, and other parts or objects may use it as a reference point or move together based on the Primary Part.

Code Samples

local Model = script.Parent

Model.PrimaryPart = Model.Part

WorldPivot

CFrame

Currently not supported.

Code Samples

Methods

BreakJoints

Currently not supported.

Parameters

Return

void

Code Samples

MoveTo

Currently not supported.

Parameters

Vector3 InPosition

Return

void

Code Samples

SetPrimaryPartCFrame

Currently not supported.

Parameters

CFrame InNewCFrame

Return

void

Code Samples

Events

Last updated