Settings
The panel contains a Settings
script with 3 settings:
GIFPlayerLocation
Screens
DefaultEffect
Most of the time, only the Screens
setting has to be edited.
GIFPlayerLocation
This setting specifies where the GIF module is. Most of the time you'll want it to be in ServerScriptService
, but sometimes you might want to change that. If you place your module in a different place than ServerScriptService
, change this setting accordingly.
Screens
This setting tells the scripts where the screens (UI elements or Texture
s) connected to that panel are located. It should be a table/list of UI elements or Texture
s.
DefaultEffect
This is the default effect used when transitioning between GIFs. It has 3 sub-settings:
Name
The name of the transition. The only possible options are None
and Fade
. When set to None
, the other 2 sub-settings are ignored.
Blocking
If set to true
, the GIF will first fade out the current GIF, then fade in the new GIF. If set to false
, the GIFs will crossfade.
Time
How long it takes to transition between GIFs, in seconds.