Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Disabling the reset button in the menu?

Asked by 7 years ago

I remember seeing an article some where which mentioned how you'd disable the reset button on the menu. I do not recall how it's done and I do not remember where I read this at.

Very well aware of changing the humanoid using Humanoid.Name = "humanoid". Not what I'm asking for.

1 answer

Log in to vote
3
Answered by
duckwit 1404 Moderation Voter
7 years ago

I think you're looking for the SetCore function on StarterGui.

Usage:

game:GetService("StarterGui"):SetCore("ResetButtonCallback", yourFunction)
0
How do I disable the button though? RevergeHelps 63 — 7y
0
Nevermind, got it! RevergeHelps 63 — 7y
0
I just thought I would say I had the EXACT same question today, literally what @RevergeHelps said, word for word. Thanks! plasma_node 343 — 7y
Ad

Answer this question