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.