Need help with disabling reset

Hello community, I need your help with a Reset Disable script. I can’t find any OutPut error

LocalScript in StarterGui:

local Startergui = game:GetService('StarterGui')

wait(1)

Startergui:SetCore("ResetButtonCallback", false)
2 Likes

I don’t see the problem here I tried it and it worked perfectly

local StarterGui = game:GetService('StarterGui')

wait()

StarterGui:SetCore("ResetButtonCallback",false)
3 Likes

I don’t have any problem when I play in roblox studio but when you play in normal roblox, it doesn’t appear to me.