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