Hello!
Recently when I was updating my avatar, It automatically switched me to have the new roblox emote update, when I didn’t apply it!
I don’t know how to change/remove it, so some help would be appreciated,
Thanks!
(Also sorry if I didn’t put this under the right category, It’s 1am and my brain isn’t working rn lol)
5 Likes
Did ya log out and log back in?
Or you can turn to r6 maybe then turn back
1 Like
Logging out/in doesn’t do anything.
And Turing into r6 puts you into a weird facing camera pose, and changing back into r15 doesn’t do anything!
4 Likes
BandaidKidd
(choppppppppppppppppp)
August 21, 2022, 4:54pm
#5
Is there a tutorial on this? I’d like to do this with my avatar
2 Likes
Your avatar thrmbnail customizations
"Microsoft Edge, Google Chrome, Firefox."
emote id Your Avatar
FullBody 2, headshot 1.
Video
code:
// VIEW YOUR AVATAR THUMBNAIL CUSTOMIZATIONS: https://avatar.roblox.com/v1/avatar/thumbnail-customizations
// 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": {
…
I think this could help ya
3 Likes
I finally GOT it
Paste this in the comsole
// VIEW YOUR AVATAR THUMBNAIL CUSTOMIZATIONS: https://avatar.roblox.com/v1/avatar/thumbnail-customizations
// 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.5, // 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": 0 // 1 = Closeup (headshot), 2 = FullBody (bodyshot). Closeup and FullBody can have different configurations.
})
});
Thumbnail type 0
EmoteassteId 0
7 Likes
Thanks man!
really appreciated
3 Likes
I don’t have roblox profile change. I am on mobile android Samsung galaxy a02s
1 Like
Mystilli
(Mystilli)
October 19, 2022, 11:28am
#12
The update does not work for me, only when I log in with an alt account. Does someone know how to fix this so I can use an emote profile picture?
I think roblox implimented this so you dont have to paste anything in the console
Have you watched videos on it?
Mystilli
(Mystilli)
October 21, 2022, 8:15pm
#14
Yes, I looked it up on YouTube and there need to be a button under customize and shop but it isn’t visible for me. When I log in with my alt, the button is right there weird enough. I tried to switch from r15 to r6, updated roblox and reinstalled it.
1 Like