I’ve been making a game recently. But, my Reset Disabler script isn’t working.
I’ll try not to waste your time by explaining what i want to achieve with the default #help-and-feedback:scripting-support template.
- What do i want to achieve? Succesfully use my Reset Disabler script.
-
What is the issue? The reset button is still working like normal.
- What solutions have you tried so far? I have searched the devforums a bit. Nothing helped, the same issue happened.
The following script is what i used. Please note that it’s inside a LocalScript object, which is in StarterGui.
game:GetService('StarterGui'):SetCore("ResetButtonCallback",false)
Nothing shows up in the output when i run the game. Also, the only way that i’ve found to “fix” it is to reset which then disables the reset. I don’t want to use that “fix”, since it’s really hack-y.
Thanks in advance,
Sprite.