Get Random Spawn Position

Player
Server Side
Both Mobile and PC

Get the coordinates of a random spawn point, which will only be randomly selected from available spawn points that are not fully occupied

Declaration

func GetRandomSpawnPosition(target entity<Player>) Vector3
go

Parameters

Input

Name Type Description
Target Player Target Player

Return

Type Description
Vector3 Random birth point coordinates. If there is no birth point that meets the conditions, a position close to (0, 0, 0) will be returned.