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
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