How use the GIF Module?, i Tried but i am doing something wrong, anyone can help?

So i tried use that module GIF Playing API [BETA] - Roblox

But that happen:

https://gyazo.com/563f3e27fe3c942c81adc5393344a3ec

that is the Spritesheet sirena's Place - Roblox

I converted the gif to spritsheet

that is the original Gif

VID-20191221-WA0011

And that is my code:

    local Gifs = require(game:GetService("ReplicatedStorage").GIFPlayer)


local G = Gifs({
  Screen = script.Parent,
  Frames = {{Asset = "http://www.roblox.com/asset/?id=4935176330", Cols = 5, Count = 60, Resolution = Vector2.new(43.16,112),FPS = 30}},
  Loops = 1/0
})

G:Play(1)

No idea why isnt working

1 Like