How would i make a animation through images ingame?

How would i do this? Is it hard to do? And are there any tutorials on it?

1 Like

prob

local imagelabel = path -- path to image label

local ids = { "1", "2", "3" } -- animation ids

while wait() do
  for i, v in next, ids do imagelabel.Image = "rbxassetid://" .. v; wait() end
end

i forgot the image id attribute name actually

Just use decals or a ViewportFrame and a while or for loop(like above) and set ids with the script inside the sequence.

1 Like

use viewport frames

hope this helps

1 Like

I said images not models inside a frame

Is this what you’re referring to?

1 Like

sorry, i thought you wanna make a humanoid animation