local ResetButtonSuccess
while not ResetButtonSuccess do
ResetButtonSuccess = pcall(StarterGui.SetCore, StarterGui, "ResetButtonCallback", false)
wait(0.2)
end
Expected Behavior
The Reset Button should be greyed out in both Windows and Mobile versions
This appears to be intentional behaviour as a few years ago the ‘greying out’ of the reset character button didn’t even happen on desktop, when they added the ability for the button to ‘grey out’ they simply did not implement it for any non-desktop device, as a result this seems to be the lack of a feature rather than a bug with the app (as it was never implemented into the app in the first-place)