My images aren’t loading in roblox, in studio there is no error but when I try and join i receive this error;
Here is the code:
local Quandale = {"10517956210","10517955946","10517955371","10517955371","10517955091","10517954882","10517954703","10517954478","10517954266","10517954058","10517953862","10517953700"}
local Loading = game:GetService('ContentProvider')
for i,v in pairs(Quandale) do
Loading:Preload(v)
end
while true do
for i,v in pairs(Quandale) do
print(v)
script.Parent.Image = "http://www.roblox.com/asset/?id="..v
wait(0.1)
end
wait()
end
All of the images are moderated correctly.