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

ContentProvider:PreloadAsync() is not working or something?

Asked by 4 years ago
Edited 4 years ago

um I have try many times but the shirt is not being loaded. so I make this to check

local check = false
repeat
    game:GetService("RunService").Stepped:Wait()
    coroutine.resume(coroutine.create(function()
        print("umm")
        local s = game:GetService("ContentProvider")
        s:PreloadAsync({"http://www.roblox.com/asset/?id=268265637", "http://www.roblox.com/asset/?id=765106897"},function()
            check = true
            print("ok")
        end)
    end))
until check == true

And this is the output.

umm (x3167718)

;-;

0
what wrong on my question? ... Mr_m12Ck53 105 — 4y

Answer this question