Actually. If your going to be using such a simple GUI than you can just do something like commandToClient(%client, 'messageBoxOK', "Light Tycoon, by Yin Yang", "Money: $" @ %client.money NL "Tycoon:" SPC $Tycoon NL "Earnings: $" @ %client.earnings NL "VIP:" SPC (%client.VIP ? "True." : "False.")); Than the client won't even need to get a client sided add on to have the GUI.