Roblox Lua On Player Chatted

[Solved] Roblox Lua On Player Chatted | Lua - Code Explorer | yomemimo.com
Question : roblox lua on player chatted

Answered by : foolish-falcon-rmnt3oysawha

game.Players.PlayerAdded:Connect(function(player) player.Chatted:Connect(function(msg) -- do stuff with msg and player end)
end)

Source : | Last Update : Sun, 06 Dec 20

Answers related to roblox lua on player chatted

Code Explorer Popular Question For Lua