Recently the configure asset page broke for Roblox UGC items and I’m unable to update my UGC’s price on it.
I’m here to ask if there is a way where I could update the price through an API or console which would work. I saw someone post the console script they used for it however it kept giving me an error 403 message.
Thanks,
1 Like
I think the best way to solve this would be to just wait this one out until Roblox can get around to fixing this.
This post got it working again through an API which I pasted into console. I would of waited however it’s been like 5 days and still wasn’t working.
@Creeperpro2016 @x_Bearly @SamIsTwisted @Oppressed_II @cpguy5089 @Dogon
A solution to this is using the api, here is what i did to release my items.
Put this code in console in inspect element on roblox.com NOT create.roblox.com , and change “YOURASSETID” and replace “PRICE” with your price in digit format not string.
To upload UGC items:
$.ajax({ url: "https://itemconfiguration.roblox.com/v1/assets/YOURASSETID/release", headers:{'Content-Type':'application/json'},method: "POST", contentTy…
1 Like
it’s been 18 days and its a critical bug
2 Likes
system
(system)
Closed
April 29, 2023, 4:28pm
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.