Hello, I'm debugging a client timer script with the following code:
systen.gui.messageBox("Test")
The timer is set to every 5 seconds, but for some reason, I am never seeing the messageBox prompt come up. I've ensured that the script is enabled, are there limitations to what the client script can access? The endgame for the script is to be able to read from and write to tags, as well as swap windows. What am I missing?