Um… this gui button/screen gui are overlapping:
Index
or stuff like that
please stop spamming topics.
Do you want the upgrades menu to cover the button or the button to cover the menu?
Either way, change the Zindex property of whichever GUI you want to be on top to 2
. And make sure the other GUI’s Zindex property is 1
.
And as @pumpkyrofl mentioned, please don’t spam topics. Keep your GUI-related issues in one post.
ok sorry about spamming them, but i would like the upgrades menue to cover the button
Then as I’ve said in the post, change the upgrades GUI Zindex to 2
. And it should cover the button as long as the button’s Zindex property is set to 1
or less.
Or try setting the ScreenGui DisplayOrder property to 1
If this answered your question please mark this answer as a Solution so this topic closes in 14 days and people know that there is no need to reply anymore.
Yeah I tried that already but it didn’t work
Please type all details in future replies in one post. And again, you haven’t given me any information to work with. So I can’t help you without any screenshots/error messages.
ok and zindex for upgrades frame:
Zindex for gem view button thingy:
et
and lastly the vid:
robloxapp-20230414-2011164.wmv (302.3 KB)
ZIndex determines the order in which a GUI renders to the screen relative to other GUIs.
Just set the upgradesGui ZIndex property to like 5 or something. And it should top the button.
thanks, but for some reason it still didn’t work
Could you show a screenshot of your layout? (A picture of the explorer in StarterGui)
If the Gui button is an another ScreenGui, chances are that you’ll have to increment the Zindex of that screenGui and not the button gui.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.