I am trying to get my MOTD to display above all other frames.
I'm running the Zombie Survival gamemode and as soon as a player joins the MOTD is displayed, which is then covered up by the gamemode buy menu a second later.
Obviously this defeats the point of the MOTD as it can't be read with another panel over the top.
How can I make it so that the MOTD appears above all other panels?
I tried adding "window:SetZPos( 32767 ) to motdmenu.lua but it doesn't make a difference.