Checking the access of a device type for a specific experience

What do you want to achieve?
I want to determine whether a specific experience is joinable from a certain device type, whether it be with a function in Luau or through Roblox APIs.

What is the issue?
There seems to be no clear way to do this and I’ve tried googling about it to no avail.

What solutions have you tried so far?
I’ve tried looking at certain Games APIs but they don’t list anything about device access which is what I need.

I’m trying to collect device access of games that I have listed in this sort of hub containing other games you can visit, so I can properly filter out games that aren’t playable on the visitor’s device type. But from the lack of info, signs seem to point towards me having to collect information manually by testing all device types.
If there is a way to check device access of a game I’d love to know how because I can’t find anything about it.

Have a look at this page:

Seems to have the API you would need, as it tells you whether the game is playable on Computer, Mobile, Tablet, Console and/or VR!

2 Likes