Using with GIFs
Most of the time, the reason you're using the adorner is because you want to stretch a GIF across your screens. The only rule you need to know is that in the settings of the GIF panel, instead of listing out all screens in your game, you should only add the frame you are displaying on the screens (the one that's usually in a script in ServerScriptService
)
You can find an example of that here: https://www.roblox.com/games/19002298960
Example
If you're using the screens from the examples on previous pages, then you should have a script named AdornScript
in your game with a frame named just Frame
. The Screens
setting of the GIF panel in this case should look like this:
Screens = { game.ServerScriptService.AdornScript.Frame },