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)
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)
I don’t see the problem here I tried it and it worked perfectly
local StarterGui = game:GetService('StarterGui')
wait()
StarterGui:SetCore("ResetButtonCallback",false)
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.