|
| 24 May 2014 12:45 PM |
If a player says something?
For Example, if a player says "open" then..... |
|
|
| Report Abuse |
|
|
|
| 24 May 2014 12:47 PM |
Player.Chatted
~The herp lerped a derp~ |
|
|
| Report Abuse |
|
|
yurhomi10
|
  |
| Joined: 10 Dec 2008 |
| Total Posts: 13886 |
|
|
| 24 May 2014 12:47 PM |
Chatted..
Game.Players.PlayerAdded:connect(function(p) P.Chatted:connect(function(msg) if msg == "open" then --open stuff here
end) end) |
|
|
| Report Abuse |
|
|
|
| 24 May 2014 12:48 PM |
game.Players.PlayerAdded:connect(function(player) player.Chatted:connect(function(msg) print(msg) --do more stuff end) end)
--probably ninja'd like twice |
|
|
| Report Abuse |
|
|