> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/classes/outline.md).

# Outline

Outline : `OverlayBase`

## Overview

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

Outline and Fill effects added under a character model are not applied to objects under the Humanoid’s ActionRunner, preventing unnecessary effects on ActionSequence presentation objects. This rule applies equally to objects cloned when an ActionSequence is executed and objects dynamically added to the ActionRunner through scripts. However, if Outline or Fill effects are added directly to objects under an ActionSequence, those effects are applied.

## Properties

### Color

`Color3`

The color to display for the outline.

#### Code Samples

```lua
local Outline = script.Parent

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

### Thickness

`number`

The thickness of the outline.

#### Code Samples

```lua
local Outline = script.Parent

Outline.Thickness = 10
```

## Methods

## Events

## See also

{% content-ref url="/pages/h4KudP394x8lFNw1dWjJ" %}
[Outline/Fill](/manual/studio-manual/object/outline-fill.md)
{% endcontent-ref %}
