SetCore: ResetButtonCallback has not been registered by the CoreScripts

I don’t know what is happening, but I’m receiving this error:

SetCore: ResetButtonCallback has not been registered by the CoreScripts

This is my code:

--// SERVICES
local StarterGui = game:GetService("StarterGui")
--// SCRIPT
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
StarterGui:SetCore("ResetButtonCallback", false)

Please help me, thanks!

This has always happened rarely for me when disabling the reset button, not frequently enough to be an issue.

I already found the solution.

ResetButtonCallback has not been registered by the CoreScripts - #8 by Fractality_alt

1 Like