Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is Roblox Broken?

Asked by 9 years ago

Something is wrong because this doesn't work:

game.Players.PlayerAdded:connect(function(player)
    player.Chatted:connect(function(msg)
        print(msg)
    end)
end)

Answer this question