How would I occlude UI

How would I Occlude a UI Frame?

Like Even if the Frame Parenting the UI is invisible, it will still go behind the UI, and not render it.

What is your goal? Set the frame to transparency of 1. If something is not in the viewing order you like, change its Zindex (lower values sit below higher values).

Occlude Ui even when Transparency is 1

Oh i see your objective, it is not possible to occlude a UI behind an invisible UI.

then how does the leadetboard work when you click on a Player?

When you click on a player a new gui pops up and the leaderboard behind it dims and the list goes invisble (atleast on mobile, cant try pc until later)… very simple to script. No occlusion happens from what im seeing, but maybe you are referring to something else? Do you have a picture of what you are referring to?

That works! Thanks, But is there a way to Inverse it?

Like if it goes near the Frame, it will not Render the part that is going through it

There is no inverse ClipDescendants.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.