I was just testing, but my game allows me to reset the character. I made a script that disables that and it doesn’t work.
Script:
game:GetService(“StarterGui”):SetCore(“ResetButtonCallback”, false)
Any help appreciated!
I was just testing, but my game allows me to reset the character. I made a script that disables that and it doesn’t work.
Script:
game:GetService(“StarterGui”):SetCore(“ResetButtonCallback”, false)
Any help appreciated!
Make sure your script is a LocalScript
and place it in a location where it can run, such as StarterGui
or StarterPlayerScripts
.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.