Ok, so to do this, I have some code to put into console on your profile.
// 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": 2, // 0.5 to 4
"fieldOfViewDeg": 30, // 15 to 45
"xRotDeg": 0, // -20 to 20
"yRotDeg": 0 // -60 to 60
},
"emoteAssetId": 0, // emote asset id
// idleAnimationAssetId used to exist here, it has since been removed.
"thumbnailType": 1 // 1 = Closeup (headshot), 2 = FullBody (bodyshot). Closeup and FullBody can have different configurations.
})
});
Now, refresh the page after you do what the stuff says, and boom!
1 Like
peter
2
Did you write this? This is pretty cool.
Boo
3
He didn’t, someone from Twitter did.
1 Like
peter
5
This is local though, so nobody else can see it (i think)
1 Like
Noah
7
It’s useless, only you can see this.
3 Likes
no… i have done it and other ppl can see it
thats an admin’s account i believe.
1 Like
Noah
10
That’s false, also - you can’t change it back to normal.
peter
11
Wow…… glad I didn’t do it 
You should not attempt this. Roblox hasn’t even released this fully yet and this is, in a way, teaching users how to bypass that and get access to it earlier.
Noah
13
Most of the roblox API is un documented and roblox doesn’t really release any updates about the API, it’s not necessarily risky, but it shouldn’t be something you’re playing around with.
1 Like
Noah
14
In the chance you accidentally did it and you want to reset you can use the following data:
"distanceScale": 1.3, // 0.5 to 4
"fieldOfViewDeg": 45, // 15 to 45
"xRotDeg": -5, // -20 to 20
"yRotDeg": 0 // -60 to 60
It’s not perfect, but, it’s very close to normal.
my post is getting a t t e n t i o n
btw, you just proved urself wrong lol
Noah
17
It’s not perfect though, it wont ever be the exact same.
No, he didn’t. That code merely tries to bring your avatar to its regular pose, however, you can never restore the exact original avatar posing.
If you tried to use console to put the original pose, you’ve literally corrupted the posing and that code @Noah provided will try to re-pose the avatar so that it’s close to normal.
1 Like
Wait until they actually release it!