Examples #
ts
if (player.isSpawned) {
    console.log(`The player has had player.spawn called on them!`);
} else {
    console.log(`They are not spawned!`);
}