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

I'am trying to make a python script that changes a group status but i keep on getting an error? [closed]

Asked by
d3nton 19
4 years ago
Edited 4 years ago
import requests
payload = {"message": "hello"}
r = requests.patch('https://groups.roblox.com/v1/groups/ID/status', json=payload)
print(r.text)
print(r)

i'am new to coding so i dont really understand whats wrong

0
What is the error message you're being thrown? IProgram_CPlusPlus 58 — 4y

Closed as off-topic by Ziffixture

This question has been closed by our community as being off-topic from ROBLOX Lua Scripting.

Why was this question closed?