How to make a roblox Avatar Profile Picture update automatically?

So I am working on trying to make my game update pictures more automatically so like when I change a group logo’s it changes it by itself in-game etc. and I have a Credits page that includes people’s Avatar’s profile picture and I want to know how to make that update automatically as I don’t want to be going in the game and changing it every time.

I am unsure of how to do this so any help is gladly accepted.

2 Likes

You can use GroupService:GetGroupInfoAsync to get the group icon.

That is just a matter of getting their user ID.
You can use Players:GetUserThumbnailAsync for this.

I will go test this out right now. Thanks for both of those.

Ok it seemed to work. Thank you.