OnRespawnInformationGivenUsage​Called when a player is about to be sent respawn informationNo return behaviorExamples​""void OnRespawnInformationGiven(BasePlayer player, RespawnInformation respawnInformation){ Puts("OnRespawnInformationGiven works!");}Copy