Skip to content

type

Description

type is a Property on Respawn
The type of this Respawn. Valid types are 'respawn' and 'checkpoint'. Characters who touch a checkpoint will respawn at the last checkpoint they touched.

Example
object.respawn.type = "Toaster"
local testVariable = object.respawn.type
Usage

returns: string