|
| 03 Jan 2013 04:23 PM |
| I can't remember how to get a image of the character so i can display it on a Gui. I can't seem to find it on the Wiki either... |
|
|
| Report Abuse |
|
|
|
| 03 Jan 2013 04:24 PM |
player = game.Players.Player1
script.Parent.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&username=" .. player.Name |
|
|
| Report Abuse |
|
|
| |
|
|
| 03 Jan 2013 04:29 PM |
Hmm...Output...
name' expected near '/' |
|
|
| Report Abuse |
|
|
|
| 03 Jan 2013 04:37 PM |
Nevemind got it to work:
Icon.Image = [[http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&username = "Game:GetService("Players").LocalPlayer"]] |
|
|
| Report Abuse |
|
|