The script is located in Lighting, inside a Screen GUI. What I’m trying to do is so when the Intro GUI loads, and the person presses ‘start’ the two Image Buttons appear.
01 | script.Parent.TextButton.MouseButton 1 Click:Connect( function () |
03 | script.Parent.Frame.Visible = false |
05 | script.Parent.Frame 1. Visible = false |
07 | script.Parent.TextButton.Visible = false |
09 | script.Parent.TextLabel.Visible = false |
11 | script.Parent.TextLabel 2. Visible = false |
13 | script.Parent.TextLabel 3. Visible = false |
15 | script.Parent.Parent.Parent.StarterGui.EggMenu.a 2018. Visible = true |
17 | script.Parent.Parent.Parent.StarterGui.EggMenu.a 2019. Visible = true |
(it used to work until i put the screen gui into Lighting this is because the script to load the screen gui when someone joins required for it to be in lighting)