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
You'd need an API and patience, seeing as it'd take about a week to preload all the content on roblox.
I think you would have to use datastores or something like that and then manually update everything weekly...