View difference between Paste ID: R0guBFAF and 4VUTFAFs
SHOW: | | - or go back to the newest paste.
1
function msg()
2-
    pal = Instance.new("Message,game.Workspace")
2+
    local pal = Instance.new("Message",workspace)
3
    pal.Text = "Smoke has arrived there! You can't see now!"
4
end
5-
wait(2)
5+
wait(10)
6-
function Twomsg()
6+
local pal:remove()