~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~x = script.Parent
function onClicked(mouse)
wait(1) Instance.new("Message", game.Workspace) wait(1) game.Workspace.Message.Text = Player.Name.."clicked The button!" wait(3) game.Workspace.Message.Text = ""
end
x.ClickDetector.MouseClick:connect(onClicked)