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

How do I disable the reset button?

Asked by
Griffi0n 315 Moderation Voter
6 years ago
Edited 6 years ago

I can disable the ability to reset by renaming the humanoid (and other methods) but I want it so the reset button is grayed out like this: https://i.imgur.com/LLuPZGA.png

Any idea on how to do this?

0
Use the search function next time. or google cabbler 1942 — 6y

1 answer

Log in to vote
3
Answered by
Troidit 253 Moderation Voter
6 years ago
Edited 6 years ago

You should be able to simply disable the reset button by setting its boolean in CoreGui.

Inside a Local Script of course,

game:GetService("StarterGui"):SetCore("ResetButtonCallback", false)

Source

Ad

Answer this question