> 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/basescript.md).

# BaseScript

BaseScript : `LuaSourceContainer`

## Overview

The base class for all script instances

## Properties

### Enabled

`boolean`

Sets whether a script runs or not.

#### Code Samples

```lua
local TargetScript = game.Workspace.Script
​
TargetScript.Enabled = false
print(TargetScript.Enabled)
```

## Methods

## Events
