Is showing 17+ games to every user (even 17-) fine?

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?

1 Like

The best alternative is probably using PolicyService to check if the user has AreAdsAllowed set to true. I don’t know about showing 17+ games to <17 is fine though, but I’m pretty sure <13 users can still see the game page so it probably is allowed.

1 Like

Well, I didn’t even look into figuring out which players are allowed or not to see the games, I don’t even know which games are 17+ without manual sorting…