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!