Emote Profile Picture Enabled. Didn't Apply It!

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!
image

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)

7 Likes

Did ya log out and log back in?

Or you can turn to r6 maybe then turn back

2 Likes

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!
image

5 Likes

Me in Roblox Profile

image_2022-08-21_075715746

2 Likes

Is there a tutorial on this? I’d like to do this with my avatar

2 Likes

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

10 Likes

Thanks man!
really appreciated

3 Likes

I don’t have roblox profile change. I am on mobile android Samsung galaxy a02s

1 Like

“thumbnailType”: 0
Gives me an error how can I get back to normal?

Change 0 to 1 or 2

Hope this helps

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?

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