Recently (~1 week ago) I’ve started receiving this error on my game:
I’ve tried returning back to an older version and reverting any changes, but none of that made any difference. The error still persists.
Recently (~1 week ago) I’ve started receiving this error on my game:
I’ve tried returning back to an older version and reverting any changes, but none of that made any difference. The error still persists.
It’s a studio error just ignore it
I get it in game/client as well.
Are you disabling the Enum.CoreGuiType.All
enum through :SetCoreGuiEnabled? If not are you disabling the Enum.CoreGuiType.Captures
enum through :SetCoreGuiEnabled? Here are the solutions i found:
All Enum: Disable the CoreGuiType[s] separately
Captures Enum: Don’t disable it for now until roblox says something about it.
That’s exactly what I do. I’ll try disabling them separately for now and see whether it resolves this issue.
Edit: This indeed fixes this issue, thank you so much.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.