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 10 years ago
1function _G.Message()
2    m = Instance.new("Message", game.Workspace)
3    m.Text = "Sup?"
4    wait(5)
5    m:remove()
6end

That is the code I have written, I can't see why it won't work, this is what I have calling it

1_G.Message()

Any ideas?

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

Answer this question