How do I use this?
I tried doing api.roblox.com/userblock/useridhere/block but that doesnt seem to work, I can’t seem to get much information with this old api.
Please help thanks.
How do I use this?
I tried doing api.roblox.com/userblock/useridhere/block but that doesnt seem to work, I can’t seem to get much information with this old api.
Please help thanks.
Are you trying to call it within studio or Roblox, or on a diff site like glitch
If it is on a site like glitch, use noblox.js
call via python program (i have authorisiations already)
Maybe it requires a csrf token?
ofc but i dont know how to call the block api, thats the main issue
I have not used this API before, so I can’t help too much. I have really only worked with noblox.js and it worked amazing
I assume you have to make a POST request to api.roblox.com/userblock/block and pass the userId
parameter inside the payload/body parameter of the request(instead of directly including it in the URL).
worked like a charm thanks :DDDD