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.
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