ContentProvider problem?

I haven’t made any publishes to my game, but all of a sudden my characters have gone grey. No shirts, pants, and decals do not load? Not even the skin colour changes for some odd reason.
image

I checked inside studio and inside the developer console and this appears to be the problem:
image

Does anyone know how to fix this or is it a problem with Roblox?

Note: It only seems to effect PC, not mobile, and I did try uninstalling and reinstalling Roblox

Could you please provide your code?

I don’t think its a problem with the code since it comes up in Studio as well as soon as I start up Studio:

Hi there, Ninjakiwiw.

Would you mind checking if this is an issue on any of your other places? I would like to further investigate.

Thanks in advance - ghidras.

1 Like

It seems to replicate in my workplace as well.
Maybe it’s this part of the code causing code for some reason which was never a problem until today:

c:findFirstChild("Pants").PantsTemplate = "rbxassetid://2377571991"
		
p.Char.Shirt.Value = "rbxassetid://2377568421"
p.Char.Pants.Value = "rbxassetid://2377571991"	```

Hello again,

I believe that this may be a consideration to the problem. I have my other suspicions. If you don’t mind me asking, have you installed any plugins very recently? Since plugins have a higher context level than generic scripts, that could be what is causing the issue.

Also, has this been happening in any experiences live, and not in Studio? If not, then it might be a plugin. Your inventory is private so I am not able to check any plugins that you own.

Thanks - ghidras.


Just plugins for studio

I seemed to solve the problem in studio by adding a print() function, but when I go onto the new published experience (A Private server) the problem still seems to linger, I’m not sure what the problem could be?