Outline

Outline : OverlayBase

Overview

Properties

Color

Color3

Defines the color of the outline.

Code Samples

local Outline = script.Parent

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

Thickness

number

Controls the thickness of the outline in screen space.

Code Samples

local Outline = script.Parent

Outline.Thickness = 10

Methods

Events

See also

Outline/Fill

Last updated