- Why won't this code work for a starter menu when you first join?
"lua
function Exit()
game.StarterGui.ScreenGui.Frame.Visible = false
end
game.StarterGui.ScreenGui.Frame.TextButton.MouseButton1Down:Connect(Exit)
/"
- What code would I use if I were to make a button to invite someone to my discord, like when they click the button it sends them to discord or if they dont have it, their browser? I want to add an option like that for it.
Any help appreciated!!!