game.Players.PlayedAdded:connect(function(player) if player then print(player.Name .. " has entered") end end)
Why dosen't this work?
You made a typo. The event's name is PlayerAdded, not PlayedAdded
PlayerAdded
PlayedAdded