How do i know if a player can see the leaderboard in their screen?

As you know, the leaderboard (or leaderstats) that roblox shows in top right of the screen only shows depending of the screen size of the client.
Well my question is how can i know if a player is able to see their leaderboard (leaderstats) in their screen in scripting

Ty

I’m not sure of the exact screen size, but mainly all mobile players can’t see it by default. But I’ve seen some tablets that had a big enough screen that it actually shows up sometimes, usually when above the iPad1 screen size and higher. It might be easier to just check what device they are playing on and assume they can not see the leaderboard on mobile by default until they choose it from the menu.