Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make this gui end with transparency?

Asked by 9 years ago

I want to make this gui finish and then goes up off the screen how would i do that?

Here is script.

frames={ "http://www.roblox.com/asset/?id=33922843", "http://www.roblox.com/asset/?id=33922869", "http://www.roblox.com/asset/?id=33922889", "http://www.roblox.com/asset/?id=33922907", "http://www.roblox.com/asset/?id=33922934", "http://www.roblox.com/asset/?id=33922987", "http://www.roblox.com/asset/?id=33923008", "http://www.roblox.com/asset/?id=33923031", "http://www.roblox.com/asset/?id=33923045", "http://www.roblox.com/asset/?id=33923064" } for q,w in pairs(frames) do game:GetService("ContentProvider"):Preload(w) end while true do for q,w in pairs(frames) do script.Parent.Image=w wait(.1) end end

Answer this question