6cv3
(epicFail)
#1
-
What do you want to achieve? I want to find an API that can configure items to be copied/for sale.
-
What is the issue? I can’t find any APIs that match that.
-
What solutions have you tried so far? Looking through a lot of Roblox Web API pages.
Title basically explains it.
Auspek
(Auspek)
#2
I don’t think so, what would be a use case for this?
heII_ish
(hellish)
#3
Don’t think any of it is documented
url:
PATCH
https://develop.roblox.com/v1/assets/ASSET_ID
HTTP/1.1
body:
{"name":"asset name","description":"asset description","enableComments":true,"genres":["All"],"isCopyingAllowed":true}
headers:
Cookie: .ROBLOSECURTY=abcdef123456
to allow models to be copied, you can enable that option while publishing it in studio. scroll down and you should see an option for such.