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

01local check = false
02repeat
03    game:GetService("RunService").Stepped:Wait()
04    coroutine.resume(coroutine.create(function()
05        print("umm")
06        local s = game:GetService("ContentProvider")
08            check = true
09            print("ok")
10        end)
11    end))
12until check == true

And this is the output.

umm (x3167718)

;-;

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

Answer this question