About 172,000 results
Open links in new tab
  1. How to Get Player Profile Picture Link? - Roblox

    Jan 21, 2023 · local content = Players:GetUserThumbnailAsync(plr.UserId, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size420x420)

  2. Let us reset our profile pictures back to the default - Roblox

    Aug 10, 2023 · This post was originally made by someone who doesnt have access to feature requests. Anything typed below here was not written by me.

  3. Getting a players profile picture - Scripting Support - Roblox

    Dec 30, 2022 · You would use GetUserThumbnailAsync. local Player = game.Players.LocalPlayer local ImageSize = Enum.ThumbnailSize.Size420x420 -- Thumbnail Size local ImageType = …

  4. How to get player profile image on a SurfaceGui? - Roblox

    Dec 29, 2022 · I’m trying to put the local player’s Roblox profile picture on a SurfaceGui. Though, it seems to be very different from putting it on a GUI. I’m not quite sure where to start but this …

  5. Reverting profile picture back to default? - Roblox

    Jul 3, 2023 · The desired profile pictures is what I have been attempting to achieve and recreate however with Roblox’s ‘default’ feature on the mobile application I haven’t been able to reset …

  6. Changing image labels to pfps (without needing the player to

    Apr 21, 2020 · So basically, I am making a sandbox game where you can place anything from the given database down inside the game and I’ve tried to make a billboard that displays my …

  7. [SOLVED] How do I reset my profile picture? - Roblox

    Mar 11, 2023 · Thank you, @Abroxus for making a post on this topic as well. They have posted a solution on their post. I accidentally clicked on a new feature on the mobile app that changes …

  8. Profile Picture Not Loading - Platform Usage Support - Roblox

    May 28, 2023 · I’m trying to fix my profile picture. My profile picture keeps showing up as grey, refusing to actually show my avatar. I’ve tried searching for solutions online, found nothing …

  9. Profile picture not updating - Forum Help - Developer Forum

    May 7, 2020 · My Roblox avatar and my dev forum profile picture are very different. ... My profile picture updated to ...

  10. How to get the headshot image of a player? - Roblox

    Sep 14, 2020 · How do I get an image like this: I wanna use this for a player ID Card?