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

Top kills script?

Asked by
KSGed 0
8 years ago

I'm making a board where it has Top kills and Top KDR.. Does anyone know how to script the image of the roblox character of the top kills and top kdr?

0
Please make a more relevant title next time. DeadToMe 105 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

Hopefully this is what you meant?

~~~~~~~~~~~~~~~~

game.Players.PlayerAdded:connect(function(player)

[Put where the image is located].Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&username="..player.Name

end)

~~~~~~~~~~~~~~~~~

0
Sorry for the mixing of the page and script, I am new to this site...hopefully you understand UnknownGenerations 10 — 8y
Ad

Answer this question