Is There A Way To Do This?
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.
1 | Assets = { "000000000" , "000000000" , "000000000" , "000000000" , "000000000" } |
3 | for i,v in ipairs (Assets) do |