How to instantly find a public Roblox game via Lua for teleporting

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

This should go in Help and Feedback > Scripting Support if you want to find a way to do something with code

i have nothing to actually help you with the problem though sorry