Skip to content

name

Description

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

Example
object.collider.name = "Toaster"
local testVariable = object.collider.name
Usage

returns: string