Skip to content

Instantly share code, notes, and snippets.

View Aeplexi's full-sized avatar

Aep Aeplexi

  • aep
  • 02:52 (UTC -04:00)
View GitHub Profile
@Aeplexi
Aeplexi / DeleteFromInv.js
Last active April 15, 2024 22:10
UGC Deleter Script
// 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
})
@Aeplexi
Aeplexi / R6Replication.js
Last active March 21, 2024 01:43
R6 Original Pose Replication
// 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.
"distanceScale": 1, // 0.5 to 4
@Aeplexi
Aeplexi / OldPFP.js
Last active April 21, 2023 00:40
Old Headshot
$.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