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
ikepik3
(Ikepik3)
June 20, 2021, 7:03pm
#2
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?
ikepik3
(Ikepik3)
June 20, 2021, 7:08pm
#4
indent preformatted text by 4 spaces
=
-- this embed
ikepik3
(Ikepik3)
June 20, 2021, 7:10pm
#5
Sigh hold on, lemme give a better one
No, i already embedded it now. its fine.
1 Like
flkfv
(flkfv)
June 20, 2021, 7:10pm
#7
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
ikepik3
(Ikepik3)
June 20, 2021, 7:11pm
#8
That what I meant @KingJesseDev
1 Like
Alright. I’ll see if i can find a way then
ikepik3
(Ikepik3)
June 20, 2021, 7:12pm
#10
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:
(sorry for the width, i playtested in studio)
ikepik3
(Ikepik3)
June 20, 2021, 7:17pm
#13
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.
I’m sure I’ve seen something like this on these forums, but they didn’t ask the specific question I was going to ask.
So basically, I’m trying to create a GUI thing where you click your profile picture (something like the example shown below) to get settings, e.c.t. I’m not sure how exactly I would do it. I’ve heard it needs a specific link, but I can’t seem to find it. Could anyone help?
[image]
2022 edit: Wow, I’m beyond surprised that this has a lot of views, not to brag or anything. I hop…
flkfv
(flkfv)
June 20, 2021, 7:19pm
#15
ikepik3:
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
Nope, tried switching my idle animations from rthro and default and nothing changed at all.
ikepik3
(Ikepik3)
June 20, 2021, 7:20pm
#16
Maybe roblox updated it for all
It fully updated it all around Late December
flkfv
(flkfv)
June 20, 2021, 7:21pm
#18
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
ikepik3
(Ikepik3)
June 20, 2021, 7:33pm
#19
I see, but I think I diditm do that