> 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

## 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 %}
