Heres what I have now but it would not load/show.
FirstImage = "http://www.roblox.com/asset?id=3960418540" -- Put ID here SecondImage = "http://www.roblox.com/asset?id=3960438999" -- Put ID here ThirdImage = "http://www.roblox.com/asset?id=3960454413" while true do script.Parent.Image = FirstImage wait(4) script.Parent.Image = SecondImage wait(4) script.Parent.Image = ThirdImage wait(4) script.Parent.Image = FirstImage wait(4) script.Parent.Image = SecondImage wait(4) script.Parent.Image = ThirdImage end
Any help?
You did a mistake. The Roblox won't show up your decal because of that asset was not a DECAL. You need to find the decal instead of using the catalog and find the shirts/pants images.
You can find the decal at the Roblox library, but, don't find IMAGES. Remember, don't find IMAGES. Images won't show up at the ImageLabel.
So I hope this helps you. Hope you have a nice day! Happy coding ;D