OverlayBase
OverlayBase : Instance
Overview
This abstract class defines the Outline and Fill functions of a Part.
Properties
Enabled
bool
Sets whether to display.
Code Samples
local Outline = script.Parent
Outline.Enabled = false
Adornee
Instance
Defines the target object to use for rendering.
Code Samples
local Outline = script.Parent
local Workspace = game:GetService("Workspace")
local Part = Workspace:WaitForChild("Part")
Outline.Adornee = Part
Methods
Events
Last updated