This file contains hidden or 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 | |
}) |
This file contains hidden or 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
// now useless cuz u can get the real thing in the roblox luaapp with the revert button | |
// this is for anyone who edited their profile picture and want to return the r6 as close as possible back to the OG pose. | |
$.ajax({ | |
method: "POST", | |
url: "https://avatar.roblox.com/v1/avatar/thumbnail-customization", | |
contentType: "application/json", | |
data: JSON.stringify({ | |
"camera": { | |
// Ranges are inclusive. |
This file contains hidden or 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
$.ajax({ | |
method: "POST", | |
url: "https://avatar.roblox.com/v1/avatar/thumbnail-customization", | |
contentType: "application/json", | |
data: JSON.stringify({ | |
"camera": { | |
// Ranges are inclusive. | |
"distanceScale": 1.15, // 0.5 to 4 | |
"fieldOfViewDeg": 28.797294821013363, // 15 to 45 | |
"xRotDeg": 0, // -20 to 20 |