Skip to main content

IDs

You can optionally add an ID to each GIF to be able to get it later in another script.

GIFPlayer.new({
ID = "123",
...
})
local gif = GIFPlayer.GetById("123")
if gif then
gif:Pause()
end