Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Global function won't work? [Solved]

Asked by 9 years ago
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?

0
I sovled it... WolfgangVonPrinz 0 — 9y

Answer this question