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!
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.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.