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)
Hi @rogeriodec_games
looks like there hasn’t been any reply to this thread in over a year. Curious if this issue is still reproducible for you or relevant?
It is, if the Reset Character button is forcefully disabled, on PC it would appear greyed out, on Mobile it won’t and it will appear like normal, albeit without actually working. The issue here is the inconsistency. The behavior on Mobile is expected to match the behavior on PC.
Thanks for confirming reproducibility. We’ve added this issue to our backlog. We’ll share an update once we have an estimate on when we can deploy a fix.