You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Send a webhook with a game link when a server is started
-
What is the issue? I cant get the link part to work
-
What solutions have you tried so far? Youtube, roblox API, scriptinghelpers
local url = "redacted"
local http = game:GetService("HttpService")
local data = {
['content'] = "https://www.roblox.com/games/" .. game.PlaceId .. "game"}
local newdata = http:JSONDecode(data)
http:PostAsync(url,newdata)
Error:
Unable to cast value to std::string
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.