I’m currently recreating my own playerlist for a game. To do so, I ideally need the ‘friend’ icon, as shown below:
Is there any way I can obtain this image, or it’s ID?
I’m currently recreating my own playerlist for a game. To do so, I ideally need the ‘friend’ icon, as shown below:
Is there any way I can obtain this image, or it’s ID?
The icon is stored locally on your device. If you set the content (Image, Texture etc.) property of your object (Decal, Texture, ImageLabel, etc.) to rbxasset://textures/ui/icon_friends_16.png
, this is the icon that’s used.
Here’s the icon
You can find the icon yourself by going to %localappdata%\Roblox\Versions\{find-version-folder-with-client-or-studio}\content\textures\ui
and locate icon_friends_16.png
.
Here’s a larger version of the icon you’re looking for
Thank you, that’s perfect!
Keep in mind that the built in friends icon is gray with a transparent background, and therefore won’t adhere to color manipulation in-game well. I ran into this problem a while ago, and uploaded a white version, in case you want to tweak color in-game.
Funny you mentioned that, since that’s what I edited the icon in lol