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

How Do I Make A Decal Loader Script For GUI?

Asked by
ImfaoXD 158
8 years ago

I hate it when you enter the game and your GUI image isn't load and it's take a long time to load. So is there a way to make the image load faster for the GUI?

2 answers

Log in to vote
0
Answered by 8 years ago

The reason the image won't load is because of a slow/bad internet connecting. So, no, you can't really speed it up, but you can preload the all of the games assets, so you won't have to load anything:

http://wiki.roblox.com/index.php?title=API:Class/ContentProvider/Preload

Ad
Log in to vote
0
Answered by 8 years ago

This actually works

local Asset = "rbxassetid://"

Answer this question