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

how do i make a gui overlap another gui until it disappears?

Asked by 6 years ago
Edited 6 years ago

So i want one of my guis to overlap the other but then in ten seconds i want the one overlapping to disappear and the one on bottom is on screen can someone show me how to do this? To e more specific about my question i dont want something small to overlap something big. I want at first one gui is fully showing on screen then 5 seconds later the next gui is showing ut the second is permanent.

1 answer

Log in to vote
1
Answered by 6 years ago

Use ZIndex, http://wiki.roblox.com/index.php?title=API:Class/GuiObject/ZIndex basically: a GUI with a ZIndex of 2 will always be overlapping a GUI with an index of 1

0
Where do i get "ZIndex abcmohammeddef -7 — 6y
0
Also how would i make the other one disappear in a certain amount of time abcmohammeddef -7 — 6y
0
ZIndex is a property on the GUI Instance. Just scroll down a bit and you'll find it YTRaulByte 389 — 6y
0
read my updated question abcmohammeddef -7 — 6y
Ad

Answer this question