SurfaceGui.DisplayOrder

As a roblox developer it is impossible to define a display order for surface guis. We can already do this for ScreenGuis. I don’t see any reason we shouldn’t be able to do it for SurfaceGuis too.

1 Like

This may be given more priority if anyone can provide specific use cases.

I want to put my guis onto a surfacegui to make them 3d but I’d have to design every gui with some ZIndex management system in order to accomplish this.

1 Like

Apparently ZOffset is this. The naming threw me off.