# 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="../../../manual/studio-manual/object/outline-fill" %}
[outline-fill](https://docs.overdare.com/manual/studio-manual/object/outline-fill)
{% endcontent-ref %}
