So, in context, I have a game, Game Discovery Hub, that replicates the roblox discovery system. The games shown are initially added by players or creators themselves, in a little textbox, and currently has around 1.8k games, and I do not which to have to manually filter games
So, as there are currently no restrictions on what games end up being shown, 17+ can end up being displayed to younger users. I assume it’s fine, but I’m not sure
The only api I was able to find for getting the playability status is https://games.roblox.com/v1/games/multiget-playability-status?universeIds=4883092215
, however, this api returns the api status for the authenticated user, I cannot give it a UserId, so, unless another api exists, it is impossible for me to determine if the game is playable for a user.
This isn’t much of a problem since users wont be able to teleport to that place when trying to join, unless showing the game in the first place to those users isn’t allowed
Is showing the game icon and game page of a 17+ game to users younger than 17 prohibited?