Is there a difference with Players.PlayerAdded and Players.ChildAdded? I see no actual difference except for PlayerAdded only returning the player object.
1 Like
PlayerAdded will only fire for Player instances that are added, but the real reason to use it is just for better readability and because it is the canonical way of awaiting players joining.
4 Likes