As a Roblox developer, not being able to control all of the UI, means it’s harder to create UI that works for every screen naturally. I was looking for a way to remove the OneStatFrame from the CoreGUI as it overlaps some of my existing UI, and I have found there is no way to remove it.
The fact it’s not an option in the CoreGUITypes is kinda ridiculous.
Here is an image of the stat number going overtop of my race leaderboard UI.
The current option I am facing is that if that is present (which is just checking TenFootInterface) I have to move the UI down. I cannot just move the UI down for everyone as then for Mobile players the UI will start to come down towards their controls if on a smaller mobile device.

