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

Is There A Way To Do This?

Asked by 9 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

I have a script that loads assets, however you have to type each asset you want to preload. But is there a way I can load ALL assets on ROBLOX without typing them, or if not a was to load ALL assets on my game. Below is my script, if you can't do this don't worry I just wanted to know.

Assets = {"000000000","000000000","000000000","000000000","000000000"}

for i,v in ipairs(Assets) do
    game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset?id="..v)
end
1
I don't think it's possible to do this given my knowledge. Spongocardo 1991 — 9y
0
Ok thanks I'll wait a few more minutes. But If I get no answer I'll take this post down. General_Scripter 425 — 9y
1
It's impossible to preload all of the assets on roblox Goulstem 8144 — 9y

2 answers

Log in to vote
1
Answered by
Muoshuu 580 Moderation Voter
9 years ago

You'd need an API and patience, seeing as it'd take about a week to preload all the content on roblox.

Ad
Log in to vote
0
Answered by 9 years ago

I think you would have to use datastores or something like that and then manually update everything weekly...

Answer this question