Feedback on my UI gif

So recently I’ve seen a post about gifs in Roblox which would basically use a texture and a sprite sheet, so I’ve kind of implanted the same system to an ImageLabel but using a vertical grid sprite sheet instead of a custom grid sprite sheet. And of course, this doesn’t use multi-able images because it uses a sprite sheet.



Of course, you can also use this for loading screens and you could even use this for moving backgrounds.

4 Likes

Make the hands for the Banana not look like a bunch of squiggles. Other then that that looks amazing!

It’s just a gif I took from google haha

1 Like

Looks very cool and very smooth!

Is it at all difficult to implement?

Nope not all, all you have to do is convert a gif to a vertical sprite sheet and then set the correct pixels of the frame, the script will do the rest!

1 Like

For radial gifs I recommend you use @evaera’s Radial SpriteSheet Generator
It converts images like this
Radial
Into this

2 Likes

Ah, I see that’s pretty nice, thanks!