local imageLabel = script.Parent -- The following image is 1024x1024 with 12 frames (256x256) -- The frames play an animation of a man throwing a punch imageLabel.Image = "rbxassetid://848623155" imageLabel.ImageRectSize = Vector2.new(256, 256) -- The order of the frames ...