Skip to content

scriptName

Description

scriptName is a Property on Script
The name of this Script.

Example
object.GetScriptByName("testScript").scriptName = "Toaster"
local testVariable = object.GetScriptByName("testScript").scriptName
Usage

returns: string