Vc Unban: Script Roblox

local response = HTTPService:RequestAsync({ Url = url, Method = "DELETE", Headers = headers })

-- Unban function local function unbanUser(userId) local url = string.format("https://api.roblox.com/v1/games/%d/users/%d/bans", gameId, userId) local headers = { ["Authorization"] = "Bearer " .. apiKey, ["Content-Type"] = "application/json" } vc unban script roblox