Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I get a game link using a local script?

Asked by 3 years ago

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.

0
Did you ever try using HTTPService? Also, :HttpGet is not a function or deprecated. Finty_james 269 — 3y
0
What are you trying to do? Even if you used HttpService, running the JSON like a function would not work. Also, loadstring() is disabled in Roblox by default, and you should probably keep it that way for security reasons OfficerBrah 494 — 3y

Answer this question