Im trying to layer a surface gui and a billboard gui and make the billboard gui come ontop of the surface gui, I tried using ZIndexBehaviour but I cannot really understand how it works. Any help would be appreciated .
1 Like
For surface GUIs, you can use the zOffset to set it on top of another surface GUI, however billboard GUI’s do not have this property, you can make this happen by enabling AlwaysOnTop for the billboard GUI, however this means that it will be above other parts as well.
You can also just move the part that holds the billboard GUI infront of the part that holds the surface GUI.
1 Like