PlayerConnecting, Player Disconnecting and Player Rejoining?

I was creating a player added event and I noticed something.image
I’ve checked the wiki and found no trace of these events, even though I can tell what they do but I don’t know how and when to use them. Got any ideas?

2 Likes

PlayerRemoving is typical?

The other two, though, are only usable in LocalScripts.

Try clicking “Show hidden members” on the wiki.

1 Like

These events are marked with LocalUserSecurity. To view them, click on Show hidden members.


LocalUserSecurity means that the function is only usable through a LocalScript on the client.

2 Likes

Sorry, meant player rejoining lol