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

Why will this MSG not work?

Asked by 8 years ago

I am trying to make a message panel but it will not not work.

script.Parent.MouseButton1Down:connect(function()
    Instance.new("Message", game.Workspace)
    game.Workspace.Message.Text = game.StarterGui.ScreenGui.TextBox
end)

Answer this question