How would I get the old profile picture image of a player?

Is there some way to make it so you can take a profile picture image of the local player but with the old profile pictures before the December 2020 update when they didnt face straight? Currently the code i have only faces it straight:

local Players = game:GetService("Players")

local player = Players.LocalPlayer

local userId = player.UserId
local thumbType = Enum.ThumbnailType.HeadShot
local thumbSize = Enum.ThumbnailSize.Size420x420
local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)

local imageLabel = script.Parent
imageLabel.Image = content
3 Likes

Could you embed the script

Embed it like this

[quote=“ikepike3333, post:2, topic:1301550, full:true”]
Could you embed the script

Embed it like this

-- Embed like this to show case
local cats = workspace.part.script.animation
local dogs = workspace.part2.script.animation
3 Likes

I dont quite understand how to embed it. Can you try explain in another way?

indent preformatted text by 4 spaces

=

-- this embed

Sigh hold on, lemme give a better one

No, i already embedded it now. its fine.

1 Like

You can format your code like this:
``` lua

```


I don’t think this is possible to do at the moment.

You can make your own custom profile picture using a viewport frame, but it may be harder.

1 Like

That what I meant @KingJesseDev

1 Like

Alright. I’ll see if i can find a way then

Could you also give me a demonstration of the script

Basically, when you playtest (or just play), your roblox profile picture will then become an image on either an image button or image label.

Heres an example:

image
(sorry for the width, i playtested in studio)

I see, why there many local

For

local thumbType = Enum.ThumbnailType.HeadShot
local thumbSize = Enum.ThumbnailSize.Size420x420

Idk of that needed
There no need to do that

Secondly, it’s depend on the avatar animation pack their idle, if it’s the normal one then it will be the new one, if not then it’s old one

Its from this devforum post here.

Nope, tried switching my idle animations from rthro and default and nothing changed at all.

Maybe roblox updated it for all

It fully updated it all around Late December

If you do have an outfit which was used before the update occured then it should be the other way if you use it again.

1 Like

I see, but I think I diditm do that