Last active
December 3, 2024 10:52
-
-
Save Aeplexi/34b6001db9f108aee047b59ce3d166fd to your computer and use it in GitHub Desktop.
UGC Deleter Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Aeplexi | |
var ItemID = IDHERE // change this to the ID of the item you want to delete | |
$.ajax({ | |
method: "POST", | |
url: "https://www.roblox.com/asset/delete-from-inventory", | |
contentType: "application/json", | |
data: JSON.stringify({ | |
"assetId": ItemID | |
}) | |
}).then(data => console.log(data)).fail(error => alert(error.responseJSON.errors[0].message)); | |
// Logs `{success:true}` if success or website alert if error. |
epic
hello
top 10/10
could you make it so you can delete multiple items at once?
aw man this doesnt work anymore :<
Hey Aeplexi, I really love your script so much! I always use them so much, but now it doesn’t work anymore. Could you make a new one or fix it?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
W script