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

Chat Event help?

Asked by 8 years ago

Is there an event that fires whenever a player chats?

If so, could you please list an example.

1 answer

Log in to vote
2
Answered by
4Bros 550 Moderation Voter
8 years ago

Yes, there is an .Chatted event in the player instance.

game:GetService'Players'["regentia"].Chatted:connect(function(msg) print(msg) end)
1
Oh, thanks for the help! regentia 55 — 8y
1
<3 regentia 55 — 8y
1
no problem 4Bros 550 — 8y
Ad

Answer this question