Skip to content

OnCharacterSpawn

Description

OnCharacterSpawn is an Event
This event is called whenever a Character spawns in the world.

Example
function OnCharacterSpawn(character)
   -- write code here!
end
Usage

network usage: Any (Client or Server/Host)
parameters:
- character (Character)