Skip to content

Instantly share code, notes, and snippets.

@MaximumADHD
MaximumADHD / RobloxProfilePicture.js
Created February 16, 2024 15:18
JavaScript snippet to modify your Roblox profile picture outside the normal parameters.
$.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 (Must be 1 for FullBody)
"fieldOfViewDeg": 45, // 15 to 45
"yRotDeg": 0 // -60 to 60
@juliaoverflow
juliaoverflow / ok.js
Last active October 27, 2025 18:29
ROBLOX
/*
!! The feature that uses this endpoint has recently started rolling out to users.
!! See `App > Avatar > Profile Picture Editor`
!!
!! You may continue using this script, the only advantage is being able to
!! customize FullBody and Closeup independently.
*/