SHOW:
|
|
- or go back to the newest paste.
1 | wait(1) | |
2 | ||
3 | - | local Plr = game.Players.PLRNAMEHERE |
3 | + | local Plr = game.Players.RoyalOOBatManOo |
4 | ||
5 | Plr.Chatted:connect(function(Chat) | |
6 | local M = Instance.new("Message", game.Workspace) | |
7 | M.Text = Chat | |
8 | wait(3) | |
9 | M:Destroy() | |
10 | end) |