Hiding the screenshot/capture button on mobile

I want to hide the capture button for mobile users. It gets in the way of my UI. I couldn’t find anything about this button on the forums or on the developer wiki.

I’ve tried setting all coregui enabled to false, as well as looking through game:GetDescendants() and could not find anything, so I’m thinking it’s on the same UI layer as the escape menu, for example.

If this is the case then it’s probably pretty unlikely that I’d be able to set it, but I figured it was worth a shot to ask.

I know that the user can disable it by setting captures to off in the settings, but this isn’t particularly obvious and I wouldn’t want it to drive users away who don’t know to turn it off.

I also know that I could just move my UI but if I can avoid this then I’d like to.

2 Likes

Currently there is no way for developers to disable this in their game but users can turn it on/off and they will likely disable it when not actively looking to capture something if it’s covering other UI.

We are actively working on the developer API for this feature, and this will likely include allowing developers to disable this feature using the existing SetCoreGuiEnabled API.

6 Likes

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