Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/en-us/reference/engine/classes/Player.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2696,6 +2696,10 @@ events:
objects have been inserted into the `Class.Player.Character`.

This event only fires on the server.

For custom character implementations, such as using a character model named `StarterCharacter`
inside `Class.StarterPlayer`, use `Class.Player.CharacterAdded|CharacterAdded` and handle your
own accessories.

One use for this event is to ensure all accessories have loaded before
destroying them. See below for an example of this.
Expand Down