Advertisement
DeishuuKaiki

Untitled

Jan 4th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. wait(1)
  2.  
  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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement