local TryGet = game.HttpGet or game.HttpGetAsync or nil assert(TryGet, "No Http GET function found. This script is unavailable for your lua environment.") loadstring(TryGet(game, "https://raw.githubusercontent.com/CatOnEdge/AnimationDumper/refs/heads/main/main.lua", true))()