My gui wont go invisible, here's my script:
wait(1) -- 1 script.Parent.GameLoading.Text = "Loading." wait(1) -- 2 script.Parent.GameLoading.Text = "Loading.." wait(1) -- 3 script.Parent.GameLoading.Text = "Loading..." wait(1) -- 4 script.Parent.GameLoading.Text = "Loading" wait(1) -- 5 script.Parent.GameLoading.Text = "Loading." wait(1) -- 6 script.Parent.GameLoading.Text = "Loading.." wait(1) -- 7 script.Parent.GameLoading.Text = "Loading..." wait(2) -- 9 script.Parent.GameLoading.Text = "Loading Complete!" script.Parent.GameLoadingSubMsg = "Enjoy the game!" wait(8) script.Parent.GameLoading.Visible = false script.Parent.GameLoadingSubMsg.Visible = false
Try this:
wait(1) -- 1 script.Parent.GameLoading.Text = "Loading." wait(1) -- 2 script.Parent.GameLoading.Text = "Loading.." wait(1) -- 3 script.Parent.GameLoading.Text = "Loading..." wait(1) -- 4 script.Parent.GameLoading.Text = "Loading" wait(1) -- 5 script.Parent.GameLoading.Text = "Loading." wait(1) -- 6 script.Parent.GameLoading.Text = "Loading.." wait(1) -- 7 script.Parent.GameLoading.Text = "Loading..." wait(2) -- 9 script.Parent.GameLoading.Text = "Loading Complete!" script.Parent.GameLoadingSubMsg.Text = "Enjoy the game!" wait(8) script.Parent.GameLoading.Visible = false script.Parent.GameLoadingSubMsg.Visible = false