Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

roblox lua on player chatted

game.Players.PlayerAdded:Connect(function(player)
  player.Chatted:Connect(function(msg)
        -- do stuff with msg and player
  end)
end)
 
PREVIOUS NEXT
Tagged: #roblox #lua #player #chatted
ADD COMMENT
Topic
Name
3+9 =