So, I'm basically looking for a function to get the game instances from a specific Roblox games. I've been looking for a LUA function but it seems that it doesn't exist.
I know that this link can return the instances http://www.roblox.com/games/getgameinstancesjson?placeId=0&startindex=0
So yet I'm looking for a way to go around the "trust check", since this link contains roblox.com and can not be used in
HttpService:GetAsync()
So, does anyone know an existing function or a way around?