–variables–
local playButton = script.Parent.PlayButton
local quitGameButton = script.Parent.QuitGameButton
local mainFrame = script.Parent
playButton.MouseButton1Down:Connect(function()
mainFrame.Visible = false
end)
quitGameButton.MouseButton1Down:Connect(function()
--Kick the player? Not sure what you are doing here
end)
Why are you giving code away like that? This is become a known problem that people use the Scripting Support category for free code essentially. He should at least learn it.
Uh, my choice if I want to help someone out. You didn’t want to but I was fine with doing very simple code. Nothing against providing code to help people since he did after all provide his effort to this code.
That is true although sometimes showing someone the code gives them a better idea of how to do it and sometimes learn unless this guy has no idea about scripting or just wants a code, Not sure this might even sound dumb.