Checking if a game has mobile support

I want to check if a game that I have the game id of can be joined on mobile. But I can’t find any way to do that.
I tried using MarketPlaceService:GetProductInfo() but it doesn’t provide information about the supported devices.

I don’t think it is possible to do that using only roblox

1 Like

you probably can’t, at least from what i know of. But you could use pcall to attempt to teleport, if it fails it probably doesn’t support that device, or something went wrong

1 Like