Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do I get the image of the player's profile? [SOLVED] [closed]

Asked by 9 years ago

Hey there!

I've been wondering how some people managed to get other people's Profile pictures without having to upload them as decals. And I wanted to know how to do it too, as part of a new project. I have come really close once but couldn't resize it to the size I wanted.

Preferably, I would like to use the userId of the player, as my final code would edit the Decal's Texture into the image.

Many thanks, fahmisack123

Locked by fahmisack123, Redbullusa, and BlueTaslem

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

1 answer

Log in to vote
4
Answered by
Merely 2122 Moderation Voter Community Moderator
9 years ago
decal.Texture = "http://www.roblox.com/Thumbs/Avatar.ashx?width=100&height=100&userId=" .. tostring(261)
3
Thanks, Merely! fahmisack123 385 — 9y
Ad