I have 120 images that I want to load into my game. They will work as a gif and will play directly after each other.
The problem I have with this is that the images don’t load. Even if I preload them, they won’t load. Only if I preload about 20 images it works. But I don’t have 20 images, I have 120. I have looked all around the internet, and asked on discords, but to no avail.
This is the code I use for the gif:
ViewMain.Image = "http://www.roblox.com/asset/?id=5507759255"
wait()
ViewMain.Image = "http://www.roblox.com/asset/?id=5507760026"
wait()
ViewMain.Image = "http://www.roblox.com/asset/?id=5507760626"
wait()
and so on…