Talk:How to add messages

Add topic
Active discussions

Someone wikify this. If not, I'll do it later. --Anaminus 15:48, 4 August 2008 (CDT)

It still needs work, but I added to it. ⇒OutOfSpace

Testing

The scripts

local m = Instance.new("Message")
m.Parent = game.Workspace
m.Text = "Test 1"
wait(10)
m:Remove()

and

local m = Instance.new("Hint")
m.Parent = game.Workspace
m.Text = "Test 2"
wait(10)
m:Remove()

work. MINDRAKER 07:06, 16 August 2008 (CDT)

Return to "How to add messages" page.