How to disable reset character

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!

1 Like

Make sure your script is a LocalScript and place it in a location where it can run, such as StarterGui or StarterPlayerScripts.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.