How would i put this on a surface gui

How would I use this animated gif on a surface gui instead of a screen gui

2 Likes

You can make a decal, and add individual frames of a picture and then you can have a script that play the decal frames and you got a animated gif. I think there is other ways but that what I would do.

There’s a link on that thread to the original resource which uses a SurfaceGui instance.

god bless your soul my man you a real one

1 Like

Don’t forget to mark this as solved once your issue has been resolved.

The original, does not use a surface gui. It uses a texture and texture offsets, if you want it on a surface gui, you’d do the exact same thing done in the gui version, except you’d use heartbeat instead of render stepped (if you’re using a server script)

1 Like