Interval between images isn't workingSolved

"IntervalBetweenImage": 30

I'm not quite sure what this is to be honest. It's not really explained well.
I assumed it was something allowing multiple images, that would change every 30sec.

Here's what I've done...

{
  "UI": {
    "BackgroundMainColor": "0 0 0 0",
    "BackgroundMainURL": [
      "https://i.imgur.com/alnbJ4V.png",
      "https://i.imgur.com/92MFZj1.png"
    ],
    "GUIAnchorMax": "0.296 0.10",
    "GUIAnchorMin": "0.15 0.07",
    "IntervalBetweenImage": 30
  }
}

Hoping it would rotate between those two images every 30sec.
It didn't do what I thought, so I'm now asking, what is the purpose of this feature, and how is it properly used.

IntervalBetweenImage will change the background image of the GUI for every player with the GUI open simultaneously.  It does not change the image on a per-player basis or relative to the time they opened the GUI.  The timer is global.
I never said anything about a per player basis. 
If my format is correct above, then the global timer isn't doing anything at all. The image stays the same all the time. It does not change even though there is another image provided
Updated the plugin to fix it, pls let me know if problem still happend

Works like a charm. Nicely done!

And Thank you!

-Luke [Set to solved]

Locked automatically