um I have try many times but the shirt is not being loaded. so I make this to check
01 | local check = false |
02 | repeat |
03 | game:GetService( "RunService" ).Stepped:Wait() |
04 | coroutine.resume(coroutine.create( function () |
05 | print ( "umm" ) |
06 | local s = game:GetService( "ContentProvider" ) |
07 | s:PreloadAsync( { "http://www.roblox.com/asset/?id=268265637" , "http://www.roblox.com/asset/?id=765106897" } , function () |
08 | check = true |
09 | print ( "ok" ) |
10 | end ) |
11 | end )) |
12 | until check = = true |
And this is the output.
umm (x3167718)
;-;