About 228,000 results
Open links in new tab
  1. How to get Profile Icon? - Scripting Support - Developer Forum

    Mar 24, 2019 · 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 ...

  2. How would I get a player’s Icon URL? - DevForum | Roblox

    Jul 1, 2023 · How would I get a player’s Icon URL? I tried using GetUserThumbnailAsync But that didn’t return a URL. Is there a way to do this without a pr

  3. How to get a players icon with my script? - Scripting Support

    Feb 16, 2022 · So, I have a sign that shows the last winner of the last round of my game. I have looked at multiple ways to get a player’s icon but it won’t work with the position my script is in and how I am getting the winner’s information. I have a StringValue in replicated storage that is named “Winner”. That is how I am storing the player’s name and I have an object that they have to …

  4. Changes to Player List Icons - Announcements - Roblox

    Oct 29, 2019 · Hey developers, The player list is about to receive some quality of life changes. Here’s a list of the visual improvements that are going live on Wednesday, October 30th: Your own username is now highlighted in the player list The highlight color when clicking on another player’s name is now white instead of blue We added a hoverstate when mousing over other …

  5. All Roblox Icons - Community Resources - Developer Forum | Roblox

    Feb 26, 2021 · I don’t see too much use for this but it’ll save you from spending 5 minutes trying to locate the Roblox icons in file explorer. I have put almost all of the icons that are in the latest Roblox version in a folder for you guys to use. Roblox Icons.zip (2.2 MB) All Icons. Uploading: Animation.png…

  6. 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 = Enum.ThumbnailType.HeadShot -- Thumbnail Type local content = game.Players:GetUserThumbnailAsync(Player.UserId, ImageType, ImageSize) -- Gets Image …

  7. Custom Icon for Playerlist - Scripting Support - Roblox

    Feb 15, 2019 · Players.PlayerRemoving:Connect(function (Player) local PlayerSlot = ScrollingFrame:FindFirstChild(Player.Name) then if PlayerSlot then PlayerSlot:Destroy() end end) And then, once this is all done, you got yourself a leaderboard! Now, setting the icon, your original question. This… is all up to you! Go wild, do something!

  8. API that shows player's avatar image (avatar and full-sized

    May 6, 2024 · This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.

  9. All Roblox Studio Icons - Community Resources - Developer …

    Jul 27, 2021 · ⚠ ATTENTION ⚠ This post will NOT be updated in the future with the replacement or addition of new icons that Roblox has added to there systems. There will ONLY be the removal of icons to be moved to a new post to the correct format post. Other Icons Roblox In-game Icons (PC) ~ Roblox In-game Icons (PC) Roblox Website Icons ~ Roblox Website Icons Hello …

  10. Playerlist developer icon? - Scripting Support - Roblox

    Feb 8, 2020 · Playerlist icon: I have a question regarding the Developer icon on the PlayerList. Is it currently possible to give the Icon below to other players, that is not the game owner/creator of the game’s group?