How do I get a game link using a local script?
I've already tried
local a = loadstring(game:HttpGet("https://games.roblox.com/v1/games/multiget-place-details?placeIds=" .. tostring(game.PlaceId)))()
but it doesn't work. That link is for the specific data of the game, like the game link, placeid, universeid, description, price and other stuffs.
If you guys can help me, I beg of you to help me. Thank you.