Skip to content

name

Description

name is a Property on Script
Returns the name of this Component.

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

returns: string