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

When a player chats, record what they say?

Asked by 7 years ago

Hello,

Using a trello api, how would I record what players say and send it to trello. I know how to setup the trello stuff but would this be the most efficient way?

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

Thank you, Anthony

0
Not much use to save what a player says if you don't save the Player's name. Vezious 310 — 7y

Answer this question