Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 447 Bytes

PlayerAdded in Studio.md

File metadata and controls

7 lines (4 loc) · 447 Bytes

#tag

The PlayerAdded event in studio does not always fire on time, sometimes it is so fast that the functions you connect to the event never get the chance to run.

This is only a studio issue and can be fixed by running your PlayerAdded function for every player currently in the game after connecting your functions to the event.

Here is an example demonstration.