Previously I used api.roblox
and get-universe-containing-place
to retrieve the UniverseId of a an experience within a live server:
Proxy:Get(("https://api.roblox.com/universes/get-universe-containing-place?placeid=%s"):format(game.PlaceId))
This will soon be removed though:
I explored games.roblox
and multiget-place-details
…
Proxy:Get(("https://games.roblox.com/v1/games/multiget-place-details?placeIds=%s"):format(game.PlaceId))
… however receive the following error:
How can I fix this?