For the complete documentation index, see llms.txt. This page is also available as Markdown.

BaseScript

BaseScript : LuaSourceContainer

Overview

The base class for all script instances

Properties

Enabled

boolean

Sets whether a script runs or not.

Code Samples

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

Methods

Events

Last updated