function _G.Message() m = Instance.new("Message", game.Workspace) m.Text = "Sup?" wait(5) m:remove() end
That is the code I have written, I can't see why it won't work, this is what I have calling it
_G.Message()
Any ideas?