[Motion picture style] So I have ~22 more decal ID numbers to enter in so 44 more lines in the script. Is there an more simplified way to do this like I did so on the "wait2"? I've looked around at the wiki.roblox and couldn't find anything usefull
wait2 = (0.02) for i=1,11 do script.Parent.Image = "rbxassetid://173151547" wait(wait2) script.Parent.Image = "rbxassetid://173151618" wait(wait2) script.Parent.Image = "rbxassetid://173151742" wait(wait2) script.Parent.Image = "rbxassetid://173154607" wait(wait2) script.Parent.Image = "rbxassetid://173154655" wait(wait2) script.Parent.Image = "rbxassetid://173154707" wait(wait2) script.Parent.Image = "rbxassetid://173154763" wait(wait2) script.Parent.Image = "rbxassetid://173154825" wait(wait2) end --I'll make something to delete the script later
I've looked at a few dozen free models to see if they could help but no luck either.