How to disable reset character?

Hello, I want to know how to disable the reset character button on the escape menu because it makes my game bug…

This button :

Reset

What I tried so far : I looked in the devforum for a question like this but I didn’t find anything so I tried to do it myself on roblox but no result…

I hope someone know how to do it :happy4:

18 Likes

Basically just this:

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

But here is the Roblox announcement on it if you want to learn more:

46 Likes

For those who don’t know, put this in a LocalScript in StarterCharacterScripts.

21 Likes