Outline

Outline : OverlayBase

Overview

This instance allows displaying the Outline of a BasePart in a specified color

Properties

Color

Color3

The color to display for the outline.

Code Samples

local Outline = script.Parent

Outline.Color = Color3.fromRGB(255, 0, 0)

Thickness

number

The thickness of the outline.

Code Samples

local Outline = script.Parent

Outline.Thickness = 10

Methods

Events

See also

Outline/Fill

Last updated