Improve the quality of GIFs
Roblox limits all images to 1024x1024 pixels, meaning that having a lot of frames in a single sprite sheet will look bad quality wise. The GIF module allows you to put multiple sprite sheets in a sequence to play one after another, allowing you to increase the final quality.
This tutorial will guide you through converting a GIF into multiple sprite sheets and configuring the GIFs
script correctly.
note
This tutorial assumes you understand how to add GIFs to the panel. Please read the setup tutorial first if you haven't.