Skip to content

OnPlayerJoin

Description

OnPlayerJoin is an Event
This event is called whenever a new Player connects to the world.

Example
function OnPlayerJoin(player)
   -- write code here!
end
Usage

network usage: Any (Client or Server/Host)
parameters:
- player (Player)