Class: PointInstance

A dynamic point whose position is linked to an instance's 'CFrame' property.

Static Methods


PointInstance PointInstance.new(instance?: Instance, offset?: CFrame)

Properties


Instance Instance

Determines the instance a PointInstance will track.

CFrame Offset

Describes the offset from a PointInstance's instance.

CFrameRotationType RotationType

Describes how the rotation of Offset affects the WorldPos. Defaults to CameraRelative.

Vector3 WorldPos [readonly]

Describes a PointInstance's world position. Read only.

Inherited from Point:
Vector2 ScreenPos [readonly]

A Point's screen position.

bool Visible [readonly]

Determines whether a Point is rendered.

bool HasColorOverride

Toggles the overriding of a Point's color. Used when rendering a Point using a triangulated PolylineDynamic.

Color3 ColorOverride

Overrides a Point's color when HasColorOverride is true.

Vector3 ColorOverrideVec3 [writeonly]

Sets ColorOverride using a Vector3. Write-only.

number ColorOverrideOpacity

Determines the opacity of a Point's override color.