SpawnLocation

SpawnLocation : FormFactorPart

Overview

The SpawnLocation is a crucial component for managing where players appear in a game. It provides several features and properties that allow developers to customize player spawning behavior.

Description

SpawnLocation class is a versatile tool for controlling player spawning and team dynamics. Creator can leverage its properties to create spawning experiences that enhance gameplay and team interactions

Properties

Enabled

bool

A boolean property determines whether the spawn location is enabled or not.

Code Samples

//NotWork//

Neutral

bool

A boolean property determines whether a spawn location is neutral or not affiliated with any specific team.

Code Samples

//NotWork//

TeamColor

BrickColor

Specifies the team color of the team to be Spawned to the SpawnLocation.

Code Samples

//NotWork//

Methods

Events