Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Guis appearing over my game intro. What do I do?

Asked by 5 years ago

I have made an intro to my game but all my guis are appearing over it. I don't know what to do.

1
A solution could be is to move the ZIndex of the gui to a higher value than your other guis, this is found in the properties of the gui. UltraClastic 1 — 5y
0
So if I set it higher it will appear higher? Tayshift 6 — 5y

1 answer

Log in to vote
0
Answered by
moo1210 587 Moderation Voter
5 years ago

There are 2 fixes to this issue.

  1. Make the zindex higher then all other GUIs in your game so it makes the gui show over everything
  2. Disable all other GUIs so the intro shows and then re-enable them after the intro.
0
I like to do #2 myself! VVingspan 35 — 5y
0
How do I disable and re-enable it? Tayshift 6 — 5y
Ad

Answer this question