Reset Character button still appears enabled on mobile, even when disabled

Reproduction Steps

I have this on my LocalScript:

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

Actual Behavior

It works on Roblox Player for Windows:

But on mobile:
L7A5i61ovR

L7A5i61ovR

Issue Area: Engine
Issue Type: Display
Impact: Moderate
Frequency: Constantly

6 Likes

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)

Taking into account that it is an incongruous behavior between platforms, it is a bug.

2 Likes

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

Thanks for the report! We’ll follow up when we have an update for you.

1 Like

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.

1 Like

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.