Advertisement
TheFlamingBlaster

chat script

Feb 25th, 2016
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. local player = game.Players.LocalPlayer  
  2. player.Chatted:connect(function(msg)
  3.         print("Test")
  4.     end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement