Skip to main content

Stopping all GIFs in an Instance

You can use the .DestroyAllGifsIn() function to destroy all gifs in the specified instance.

local GIFPlayer = require(game.ServerScriptService.GIFPlayer)

GIFPlayer.DestroyAllGifsIn(workspace.Prop)