Hello Fellow Robloxians,
I am currently trying to find a workaround to finding public games almost instantly (or really fast)
These are some methods i have tried:
— Using MarketplaceService:GetProductInfo() + TeleportService:TeleportAsync() to check if a place is accessible. This works, but it’s slow and can fail multiple times, which feels bad in-game.
— Attempting to use the /v1/games?universeIds=... API to check the JSON for public/unavailable games. Problem: the API doesn’t expose an isPublic field, so I can’t tell for sure if a game is publicly playable.
If you have any feedback or solutions, please let me know.
Best Regards,
Logan