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

How would I show a picture of the Character?

Asked by 10 years ago

How would I show a picture of the Character? I honestly don't know how. I've seen many games do it. Do I use HttpService? Or not?

1 answer

Log in to vote
1
Answered by
Sublimus 992 Moderation Voter
10 years ago

Lets say you want to make a decal show a picture of a character, you would use:

decal = Instance.new("Decal",  game.Workspace.Part)
decal.Texture = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username="..game.Players.SOMEPLAYER.Name
0
Would I have to keep uploading decals for players? BosswalrusTheCoder 88 — 10y
0
No. Sublimus 992 — 10y
Ad

Answer this question