on_player_join
on_player_join(player, first)
An event which runs when a player joins the game.
This function may only be called from within the events.lua
file, and must be returned in a table at the end of the file.
Parameters:
Name
Type
Description
player
Entity
The joining player's entity.
first
boolean
True, if this player has never joined before.
Example:
When the player joins, print whether it is their first time.
Last updated