Disable Character

I was just testing my game, 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!

Also this is my first post and I do not know how to use this forum a lot.

Is your script a local script? SetCore only works from the client.

Read this post: How can i disable reset button? - #2 by datBlueh4t

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