Skip to content

Instantly share code, notes, and snippets.

View sudormrfslash's full-sized avatar

sudormrfslash

View GitHub Profile
@NobleDraconian
NobleDraconian / EmotePose.js
Created August 18, 2022 23:56
Roblox - avatar emote pose
// doing ajax because easy csrf handling w/their middleware lol
$.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
"fieldOfViewDeg": 15, // 15 to 45