Hi, so on my old server I wrote the entire plugin UI using things such as onPlayerGuiElementClickEvent
I see now that we have some really useful pre-canned message boxes such as;
(I've dropped a null in the callback ... )
Can someone please provide a simple example of a callback function (I understand the concept, just not the syntax).
Ideally showing how we get this callback function to call another method passing the MessageBox arguments?
Thanks in advance!