Advertisement
IHackShootingGames

messege?

Sep 12th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local message = Instance.new('Message', game.Workspace) -- Insert a new message in the Workspace.
  2. message.Text = "Testing, 1,2,3" -- Set the text of the message to "Hello World!".
  3. wait(10)
  4. message:Destroy() -- Remove the message after 10 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement