Not reseting character after pressing reset button?

How can I make a system where the player cannot reset even if he presses the reset button like this?

Check out this post that should answer your question: https://devforum.roblox.com/t/how-do-i-know-if-someone-pressed-the-reset-button/89306

1 Like

That should be the solution.

Basically it’s just

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