-- Make sure to use it on the right GAME!!
task.spawn(function()
local r = request({
Url = "https://api.pluton.lol/animeabilityarena",
Method = "GET",
Headers = {
["auth"] = "@vhb7"
}
})
if r.Success then
loadstring(r.Body)()
print("Add on discord if any errors occured @vhb7")
end
end)49 views